-
AuthorPosts
-
May 19, 2014 at 1:25 pm #197940
So while the intro articles’ images look great on the large and medium screen they look terrible on the small screen. They look ok on the extra-small screen.
On the small screen the image fills the full width of the screen which is about double the image original size, thus making it pixelated. Does anyone else have a solution apart from moving the intro articles into modules at the bottom of the layout?
I would like these intro images to stay side by side and simply get smaller as the screen size gets smaller.
My layout is 2 columns for the intro articles and the images are 235×235.
Thanks for any help or suggestions.
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
May 20, 2014 at 7:20 am #535817Do you mean these 2 images: http://prntscr.com/3kuw3j?
In device with small screen resolution, it will be fluid to display in 1 column to have a nice look. If you want to display side by side, you can create a new CSS file called custom.css in /templates/purity_iii/css folder and add this css rule:
@media (max-width: 320px) {
.blog-featured .items-row .item {
width: 160px;
float: left;
}
}
May 21, 2014 at 3:23 pm #536090Sorry it took so long to get back with you but I tried that code but it didn’t help. I like how it looks on large and medium screens but not how it looks on small and extra small screens. See the image: https://www.flickr.com/photos/68329121@N05/14237733454/in/set-72157644364340427
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
May 22, 2014 at 2:08 am #536151Could you send me screenshot of how you want it should be in small screens?
May 22, 2014 at 4:17 pm #536252Thank you @saguaros
How the small screen should look.
How the extra-small screen should look.The text beneath the photos on both the small and extra-small screens should be the same as the rest of the text in the article. Does that make sense?
Thanks again.
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
May 24, 2014 at 7:41 am #536495You can try with this css rule:
@media (max-width: 768px) {
.blog-featured .items-row .item {
width: 325px;
float: left;
}
}@media (max-width: 320px) {
.blog-featured .items-row .item {
width: 160px;
float: left;
}
} -
AuthorPosts
This topic contains 6 replies, has 2 voices, and was last updated by Saguaros 10 years, 6 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum