Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1069701
    bak
    Participant

    Hi

    When I use the class center-grid or left-grid, the buttons in desktop view are stacked. This is not the case on other pages

    Can you tell me why and how to fix it?

    #1069704
    bak
    Participant
    This reply has been marked as private.
    #1070009
    Rue Nel
    Moderator

    Hello There,

    Thanks for writing in! Your grid will stacked in desktop view because you have added this code:

    @media (min-width: 767px){
    ul.x-block-grid.center-grid {
        width:35%;
        margin: 0;
    }
    }
    
    @media (min-width: 767px) {
        ul.x-block-grid.left-grid {
            width: 45%;
            margin: 0;
        }
    }

    Could please point us to the section where we can see the issue?

    Thanks.

    #1070299
    bak
    Participant
    This reply has been marked as private.
    #1070328
    Christopher
    Moderator

    Hi there,

    Please remove inline CSS width: 200px; from block grid items in this page http://194.126.200.62/~bakronat/?page_id=3878.

    Hope it helps.

    #1070342
    bak
    Participant
    This reply has been marked as private.
    #1070565
    Rupok
    Member

    Hi there,

    Select the individual item and you will find this – http://prntscr.com/bobgso

    Cheers!

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