Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • buiak Friend
    #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.


    1. images_1
    2. images_2
    3. images_3
    Saguaros Moderator
    #1003313

    Hi,

    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

    buiak Friend
    #1003461

    can you please support me in details with my issue ?

    Saguaros Moderator
    #1003660

    Let 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.

Viewing 4 posts - 1 through 4 (of 4 total)

This topic contains 3 replies, has 2 voices, and was last updated by  Saguaros 7 years, 4 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum