-
AuthorPosts
-
January 17, 2017 at 9:27 am #1003081
Greetings,
I have an issue trying to centered the photo gallery module in section position of the template, see attachments.
I was truing to resolve that puting in custom.css :/* centrare galerie foto */ .joms-list--thumbnail { margin-left: 40px !important }
but it works just for a few browsers width.
Please advice.
Thank you.- Saguaros Moderator
Saguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
January 18, 2017 at 3:23 am #1003313Hi,
For different view layouts, you can try to use Media Queries of Bootstrap to define css for specific screen size: http://getbootstrap.com/css/#grid-media-queries
Regards
January 18, 2017 at 9:45 am #1003461can you please support me in details with my issue ?
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
January 19, 2017 at 2:57 am #1003660Let me take an example with your above css rule, if you want to apply above css rule for small screen resolution, you can use:
@media (max-width: 767px) { /* centrare galerie foto */ .joms-list--thumbnail { /*your css rule goes here*/ } }
all the screen sizes which are smaller than 767px will inherit above css rule.
I hope this makes sense.
AuthorPostsViewing 4 posts - 1 through 4 (of 4 total)This topic contains 3 replies, has 2 voices, and was last updated by Saguaros 7 years, 9 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum