Home Forums WoodMart support forum top margin on blog page

top margin on blog page

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #208733

    delo8902
    Participant

    Hi
    I need to add a margin at the top of single blog pages.
    Go to https://delospresso.ch/blog/demeter-bio-und-mehr/
    As you can see, the margin on the top is very small.

    Thanks!

    #208743

    Hello,

    The link you have provided shows 404. Please provide the valid link and screen where to add the margins. I am checking and do not see https://prnt.sc/tc7tvy

    Best Regards

    #208752

    delo8902
    Participant

    Hi Elise, I’m sorry, the link should now work: https://delospresso.ch/blog/demeter-bio-und-mehr/

    #208760

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body single-post .main-page-wrapper {
        margin-top: 40px;
    }

    This margin would be increased: https://prnt.sc/tc9o1z

    Best Regards

    #208776

    delo8902
    Participant

    Hi Elise
    Unfortunately, this does not work, the margin stays the same.

    #208778

    delo8902
    Participant

    Hi Elise

    I just found the typo and changed it to:

    body.single-post .main-page-wrapper {
    
        margin-top: 40px;
    
    }

    Works fine, thanks!

    #208783

    Hello,

    Yes, you have found the correct code. I missed dot and should have removed the gap. Sorry. If you have any questions please feel free to contact us.

    Best Regards

Tagged: 

Viewing 7 posts - 1 through 7 (of 7 total)