Frage

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.

War es hilfreich?

Lösung

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.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top