Okay
  Public Ticket #1917165
Container: Gap between text/image
Closed

Comments

  • w_m_bauer started the conversation

    Hi,

    using a 1/1 row and adding a text field and an image, there's a gap between those two. Switching from "container" to "full width content" makes the gap disappear, but obviously the content stretches to fullscreen, which is something I want to avoid.

    How can I remove the gap? See attachment.
    Thank you!

  •  8,996
    Tahir replied

    Hey,

    Please provide the page url so that i can write up the custom css for whats possible.

    Thanks


    ThemeNectar Support Team 

  • w_m_bauer replied

    Hi,

    thank you!

    https://idee.haydnkons.at

    There will be other gaps too, but with your CSS I might be able to fix them myself later.


  •  8,996
    Tahir replied

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    .material .wpb_row, .material .wpb_content_element {
        margin-bottom: 0px !important;
    }

    Thanks


    ThemeNectar Support Team 

  • w_m_bauer replied

    Thank you so much, it works perfectly fine!