Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #991574
    bak
    Participant

    Hi

    1) on desktop: why is there such a gap between the text above and the block grid below
    2) on mobile: how can I have the block grid buttons less wide?
    3) on mobile: how can I have the block grid buttons centered (at the moment they are more to the right)

    #991575
    bak
    Participant
    This reply has been marked as private.
    #991872
    Christopher
    Moderator

    Hi there,

    #1 Please update <p> tag to :

    <p class="mbn">Aerosol Partikelzähler von Lighthouse</p>

    #2 & #3 Add this CSS code:

    @media (max-width:480px){
    ul.x-block-grid.left-grid.two-up li {
        width: 70%;
        margin-right: auto;
        margin-left: auto;
        float: none;
    }
    }

    Hope it helps.

    #992068
    bak
    Participant
    This reply has been marked as private.
    #992127
    Christopher
    Moderator

    Hi there,

    Yes, you should remove it.
    I don’t see that you added provided code in previous replay, would you please add it and provide us with login credentials.

    Thanks.

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