• Anonymous User 367161

    (@anonymized-367161)


    Hi,

    How do I move up the text above the first H3 (called “yogastudion”)?

    Right now there is a H1, some text, and after that there is white empty space before we come to the first H3.

    I would like to move up the H3 so that I don’t have a lot of empty white space.

    Do any of you know how I do this?

    Thanks in advance for all the help ??

    Best regards!

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi, thepaki, you should add an anchor to that H3 heading as it will help in targeting only this specific heading with CSS.

    See this image if you need additional help with that:

    View post on imgur.com

    Here is some CSS but this will target all the H3 headings within your content:

    div.entry-content.clear h3 {
        clear: left;
    }

    Once you add an anchor to your H3 element then you can modify the CSS rule that’s here to something like:

    div.entry-content.clear h3#test {
        clear: left;
    }

    Hi @thepaki,

    The solution provided by @plantprogrammer will work. Thanks for that Ian ??

    You can also use a custom class and add that class in the Additional CSS class(es) field, as seen in this screenshot.

    Let us know if you need more help, otherwise please mark the topic as resolved.

    Have a nice day and stay safe!

    Kind regards,
    Herman ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Get text to move up (and not leave empty space)’ is closed to new replies.