Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1233270
    bjmiller
    Participant

    I am trying to center align 3 image on mobile and having hard time figuring out what to do. Any suggestions?

    #1233271
    bjmiller
    Participant
    This reply has been marked as private.
    #1233464
    Joao
    Moderator

    Hi There,

    Please add the following code to Appereance > Customizer > Custom > CSS

    @media (max-width: 767px) {
    .x-column.x-sm.cs-ta-center.x-1-3 a.x-img:not(.x-img-thumbnail) {
     width: 100%;
    }
    }

    Hope it helps

    #1233483
    bjmiller
    Participant

    Its still not center. I would also like for it to be the same on tablet

    #1233593
    Joao
    Moderator

    Hi There,

    Please add the following code to Appereance > Customizer > Custom > CSS

    @media (max-width: 767px) {
    .x-column.x-sm.x-1-3 a.x-img:not(.x-img-thumbnail) {
        width: 100% !important;
    }}

    Hope it helps

    Joao

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