Tagged: , , ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1395968

    Hello team

    I can’t explain why I have such a big gap between the picture and the text.

    Thank you very much for any feedback.
    Thanks, Bonnie

    #1395978

    Hey Bonnie,

    Thank you for the inquiry.

    The issue occurs because there is a div or container in the post content with the ID “main”. This ID is already taken or is already applied to a default element and should not be used again. To fix the issue or to remove the gap, you have to remove the ID attribute or add this css code.

    .html_header_top.html_header_topbar_active.html_header_sticky.html_large.html_bottom_nav_header #top .container #main {
        padding: 0;
    }
    

    Best regards,
    Ismael

    #1396348

    Dear Ismael,

    oh, thank you very much.
    I overlooked it when I copied it.
    all fine

    Best regards,
    Bonnie

    #1396436

    Hi,

    Great, I’m glad that Ismael could help you out. Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.