-
AuthorPosts
-
felix1 Friend
felix1
- Join date:
- February 2015
- Posts:
- 220
- Downloads:
- 36
- Uploads:
- 78
- Thanks:
- 67
- Thanked:
- 20 times in 6 posts
June 18, 2015 at 5:28 pm #207571Hello!
I’ve noticed that my image in mastcol position isn’t responsive.
How can I make mastcol responsive?
Sincerely//Felix Rimfrost
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
June 19, 2015 at 4:11 am #574724Hi Felix,
You can try with this tweak:
– Go to file: root/templates/purity_iii/css/custom.css
– Add this css rule:
@media (max-width: 992px) {
.t3-sidebar img {
width: 100%;
}
}
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
June 19, 2015 at 4:11 am #641068Hi Felix,
You can try with this tweak:
– Go to file: root/templates/purity_iii/css/custom.css
– Add this css rule:
@media (max-width: 992px) {
.t3-sidebar img {
width: 100%;
}
}
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
June 19, 2015 at 4:11 am #739732Hi Felix,
You can try with this tweak:
– Go to file: root/templates/purity_iii/css/custom.css
– Add this css rule:
@media (max-width: 992px) {
.t3-sidebar img {
width: 100%;
}
}
felix1 Friendfelix1
- Join date:
- February 2015
- Posts:
- 220
- Downloads:
- 36
- Uploads:
- 78
- Thanks:
- 67
- Thanked:
- 20 times in 6 posts
June 19, 2015 at 6:50 pm #574849Thanks, but the code should have been like this:
@media (max-width: 992px) {
.t3-mastcol img {
width: 100%;
}
}Because it was the mastcol I asked about, not the sidebar. But I would not have solved it without your help, so thanks again! 🙂
Felix Rimfrost
1 user says Thank You to felix1 for this useful post
AuthorPostsViewing 5 posts - 1 through 5 (of 5 total)This topic contains 5 replies, has 2 voices, and was last updated by Saguaros 9 years, 5 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
How can I make mastcol responsive?
Viewing 5 posts - 1 through 5 (of 5 total)