Archived topic
spacing add on mellow theme
3 replies · Started by Sergi Llop on May 3, 2020
Buenas,
en el tema Mellow quiero ampliar el ancho del texto pero voy a layout - container - container width y al darle para ampliar en ancho me amplia el marco pero no el texto. Es que es tema Mellow no permite ampliar en ancho el texto?
Thanks
Hi there,
Not 100% sure if I understand.
Are you referring to the green part here?
https://www.screencast.com/t/CqvlsS9q
Let me know :)
Well, i’m referreing about the blue text. Not in the main page but inside the post i would like to take all the width page. Right now i can take just a bit and there’s a lot of empty space in the right and left part.
Go to Additional CSS field in the customizer and remove this block of CSS:
.no-sidebar:not(.generate-columns-activated) .inside-article > *, .no-sidebar #comments {
max-width: 700px;
margin-left: auto;
margin-right: auto;
}
Let me know if this helps :)