Okay
  Public Ticket #3674448
Texts arent in a row
Closed

Comments

  • Lucia started the conversation

    Hello,

    somehow one text block isnt in the same row as the other text blocks. The problem is with the right block. Whats the problem or is this a bug?

  •  1,782
    Judith replied

    Hello Lucia,

    Thanks for writing to us.

    Please share screenshots of the text you are referring to to help us get a better understanding of the issue.

    I look forward to your response.

  • Lucia replied

    Hello Judith,

    attached you can find the screenshot.

    Attached files:  Screenshot 2024-06-27 103139.png

  •  8,663
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    .wpb_text_column.wpb_content_element {
        margin-bottom: 0px !important;
    }

    After this add the divider to the 4th column as the other columns.

    Thanks.


    ThemeNectar Support Team 

  • Lucia replied

    Thanks that works perfectly!