• Resolved ladisa

    (@ladisa)


    Hi!

    I’m doing a website with the OceanWP theme, and I have a problem with a small margin that appears after the content in the posts, before the bottom of the page.

    Normally, when I create a new page, from the OceanWP Settings Metabox I adjust the page width 100%, I eliminate the title of the page… And in the case of the pages, everything looks perfect.

    But just in the case of posts, there is a small space at the bottom of the page that I can not make disappear. I have tried it in different ways:

    On the one hand, I’ve tried from the appearance of the blog (Appearance / Customize / Blog) Here, I’m activating or deactivating options (Title of the page, comments …) but I can not eliminate that lower margin. When I deactivate the content, it disappears, with what I understand that it has to do with a lower margin of the content itself.

    On the other hand, I have tried to delete it from OceanWP Settings Metabox, (Main/Margins/Disable), but it doesn’t work either.

    Do you know how I can eliminate that lower margin of the posts?

    I created an example post, so you can see the space I am talking about between the content and the footer: https://ficab.cat/wordpress/programacion/test1/

    Thank you

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author oceanwp

    (@oceanwp)

    Hello, add this css code:

    .single .entry-content {
        margin-bottom: 0;
    }
    Thread Starter ladisa

    (@ladisa)

    Where do I add the code?

    Sorry, I’m new with wordpress, I’m a designer and this is the first web I’ve “developed” in wordpress.

    Thanks

    Thread Starter ladisa

    (@ladisa)

    I’ve found it!
    Thanks!

    Theme Author oceanwp

    (@oceanwp)

    You’re welcome ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Post Content Margins’ is closed to new replies.