Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1270713
    grindax2002
    Participant

    Hello !

    I’m trying to add 8 Thumbnails at the end of this page :

    As i want the images to be centered i added this to the Row style : padding-left: 325px;
    Is there a better way to center the row in the page ?

    The result is not really nice, as you can see the thumbnails are not perfectly aligned together :

    Cheers !

    #1270759
    grindax2002
    Participant
    This reply has been marked as private.
    #1270790
    Jade
    Moderator

    Hi there,

    Instead of the large padding, please try this code instead:

    
    @media (min-width: 767px) {
        #x-content-band-7 .x-column {
            float: none;
            display: inline-block;
        }
    
        #x-content-band-7 .x-container {
            text-align: center;
        }
    }
    #1270840
    grindax2002
    Participant

    Thanks, I get this result, the gap is bigger :

    #1270886
    Joao
    Moderator

    Hi There,

    You have float: active on some of your thumbnails,

    Please turn off on all of them.

    Let us know how it goes,

    Joao

    #1270897
    grindax2002
    Participant

    Alright ! My bad, this is now ok ! Thanks a lot !

    #1270927
    Nabeel A
    Moderator

    Glad we could help 🙂

    Cheers!

  • <script> jQuery(function($){ $("#no-reply-1270713 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>