Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #860224

    bak
    Participant

    Hi, I have an unwanted space between Text and custom grid. Despite using classes mtn etc I cannot remove it.

    Can you have a look at it and let me know how I can remove it?

    #860226

    bak
    Participant
    This reply has been marked as private.
    #860371

    Friech
    Moderator

    Hi There,

    Thanks for writing in! You can add this under Custom > CSS in the Customizer.

    .x-text p {
    	margin-bottom: 0;
    }

    The remaining gap is the block grid item top margin. You can place a class mtn to those block grid item.

    Hope it helps, Cheers!

    #862737

    bak
    Participant

    Hi, I implemented the code and the class but nothing changed. do you have any other ideas how I can address this issue?

    #863406

    Friech
    Moderator

    Hi There,

    I don’t see the code on your Custom CSS? I just did the test again and it did work. Would you mind providing us login credentials, in private reply so we can take a closer look?

    Make sure you clear all caching features your site might have including your browser’s cache, after adding the code.

    Thanks.

    #863604

    bak
    Participant
    This reply has been marked as private.
    #863952

    Thai
    Moderator

    Hi There,

    Please add the following CSS under Customizer > Custom > Edit Global CSS:

    @media (max-width: 480px){
        .page-id-5634 #x-section-1 ul.x-block-grid.two-up {
            width: 100%;
        }
    }

    Hope it helps 🙂