Pregunta

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.

¿Fue útil?

Solución

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.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top