Site logo

Archived topic

Would like to put more margin space on all pages and archive pages

3 replies · Started by Ken on September 6, 2021

Viewing posts 1–4 of 4

Hi, Is there a way I can create more white margin space on all pages as well as all archive pages?
See screenshots attached below, along with URL links.

Thank you for your help and understanding.

Hi Ken,

Can you try adding this CSS?

body.blog div#content, body.archive div#content, body.home div#content {
    padding: 80px;
}

Adjust the padding value to your preference.

If you want to use a different spacing value for mobile try adding this as well.

@media (max-width:768px){
body.blog div#content, body.archive div#content, body.home div#content {
    padding: 20px;
}
}

Hi Elvin! Yes! Your wizardry of CSS did the trick. Wow! The pages look so much better on both desktop and mobile. \(*<>*)/
The archive pages didn't change, until I remembered the words of a "Wise Man", aka Elvin, "Have you cleared your cache?"
.... a-batta-bing-a-batta-boom beautiful white margin padding.

Thank you so much Elvin.. m(_ _)m

I'm closing this ticket with a smile. ٩( ᐛ )و

No problem. Glad you got it sorted. :D

This archived topic is closed to new replies.