Tagged: , ,

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #1028044

    Hi,

    How can I insert a manual space after H3 in a tab? <p> </p> does not work.
    Or is there a solution via CSS without affecting the spacing on the remaining pages?

    In addition, automatic <br> spacing is inserted in the tab. In a normal text field it doesn’t matter – see below on the page.

    Do you have a solution for that?
    Thank you very much for your support.

    Best regards,
    Esther

    #1028697

    Hey Esther,

    Thanks for the screenshot, so you want to reduce the space between the pdfs and increase the space under the header?

    Best regards,
    Rikard

    #1029104

    Hi Rikard,
    yes, that’s correct.

    #1029412

    Hi,

    Please try the following in Quick CSS under Enfold->General Styling:

    .tab_inner_content .av-special-heading-tag {
        margin-bottom: 40px;
    }
    
    .tab_inner_content .w3eden {
        margin-bottom: -20px;
    }

    There are line breaks between all the pdfs, you might want to remove them first.

    Best regards,
    Rikard

    #1029978

    Hello Rikard

    I’ve inserted your CSS – it looks a bit better, but not the way it should look like.
    The breaks between all pdfs: I don’t know where they come from – I just copied and pasted plain code from the editor, without any breaks.

    Do you have any idea what is causing the problem?

    Thanks for your help.

    #1030244

    Hi,

    Thanks for the update, did you try to adjust the values in the CSS I gave you a bit? For the line break, please try to remove all line breaks in the actual editor, so that all the text is in one line.

    Best regards,
    Rikard

    #1030245

    Hi,

    You could try this CSS for the headers as well, it might work better:

    .tab_inner_content .av-special-heading-tag {
        margin: 20px 0;
    }

    Best regards,
    Rikard

    #1030333

    Hi Rikard,

    That’s it! Thanks a lot :-)

    Best regards,
    Esther

    #1030713

    Hi Esther,

    Great, glad you got it working. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #1030732

    Hi Rikard
    Everything’s fine. You can close the topic. Thanks.

    Best regards,
    Esther

    #1031000

    Hi,

    If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘CSS in the tab’ is closed to new replies.