Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1417782

    bluetroop2
    Participant

    Hello X Team,

    http://reliacrete.bluetroop.com/home/

    Further down this page I’m getting an unwanted space gap bottom margin underneath the raw content (map). I’ve tried this CSS code and it didn’t work to eliminate it:

    .x-raw-content {
    margin-bottom: 0 !important;
    }

    AND ALSO:

    .x-raw-content {margin-bottom: 0;}

    Do you have any ideas?
    Thanks.

    #1417925

    Jade
    Moderator

    Hi there,

    Instead of adding the border in the column container, please remove it and add this CSS in the customizer:

    .page-id-11 #x-section-4 .x-container .x-column:nth-child(2) iframe {
        border: 4px solid hsl(212, 84%, 33%) !important;
    }

    Hope this helps.

    #1417962

    bluetroop2
    Participant

    It works, thank you.

    #1417987

    Prasant Rai
    Moderator

    You are most welcome. 🙂