Question

I've been trying to figure out how to remove the side spacing (on both left and right) of a page. For instance, I'll have a photo that should span the width of the page, but for some reason wordpress automatically adds in a buffer.

Thank you.

Was it helpful?

Solution

Add this css-

#wrapper div.centered-wrapper {
width: 95% !important; // reduce the % to increase the spacing.
}

This will effect only the content on the page not the menu.
The menu wil take style from what you have changed in style.css.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top