Entry wrap margin

Hi on a couple of pages, I have changed the colour and adjusted the size of the entry wrap using the following code.

.entry-wrap {
background-color:rgb(233,233,233);
border: none;
box-shadow:none;
width: 1100px;
}

However I would also like to reduce slightly the margin that appears between the entry wrap and a section when I add it. Is this possible please?

thanks

Hi Alex,

It should be but would you mind including a URL of a page where you want adjust so that we can check your setup and provide you with the code.

Thank you.

Hi

yes it’s. https://staging.modburyteam.org/template

Thanks

Alex

Hi Alex,

To do that, please find this code:

.single-post .entry-wrap {
    padding-top: 0;
}

to

.single-post .entry-wrap {
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
}

Hope this helps.

Hi Jade

Thanks that worked a treat. almost finished.

Thanks for your help

Alex

You’re most welcome,

Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.