Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #992547
    bak
    Participant

    Hi there

    I want my blockgrids (two buttons) to look the same across the whole page.

    #992555
    bak
    Participant
    This reply has been marked as private.
    #992876
    Rue Nel
    Moderator

    Hello There,

    Thanks for writing in! To make sure that your block grid has the same spacing, please add the following css code in the customizer, Appearance > Customize > Custom > CSS

    .site .x-block-grid {
      margin-top: 0;
    }
    
    .site .x-block-grid-item {
      margin-top: 15px;
    }

    Hope this helps. Please let us know how it goes.

    #993127
    bak
    Participant

    How can I have the buttons less wide on mobile view. They should be about 60 % of width

    #993140
    Christopher
    Moderator

    Hi there,

    Please add following code in Customize -> Custom -> CSS :

    @media (max-width:480px){
    li.x-block-grid-item .x-btn {
        width: 60%;
        margin: 0 auto;
    }
    }

    Hope it helps.

    #993879
    bak
    Participant
    This reply has been marked as private.
    #993884
    bak
    Participant
    This reply has been marked as private.
    #993995
    Joao
    Moderator

    Hi There,

    I could not notice any difference between the space of the header and the first headings among the pages on mobile.

    If there is any specific page you would like to fix please send us the URL.(The screenshots you send are great help as well)

    Regarding NÂș2

    Please add the following code to Appearance / Customizer / Custom / CSS

    @media only screen and (max-device-width: 480px) {
    
    .page-id-491 .x-column .x-sm .x-1-2 {
    
    margin-top: 20px;
    
    } }
    

    Hope that helps,

    Joao

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