mattc908
Member
Posted 1 week ago #
I want to change all pages to be much wider, I know I have to write somehting in pages.php but what would I add to make them wider (any way to make the logo not wider just the area inside or whatever is good, just for right now I really need to make the page much larger).
mattc908
Member
Posted 1 week ago #
ivyology
Member
Posted 1 week ago #
I'm probably newer to wordpress than you, but did you want to widen your content?
In your theme editor >> stylesheet.css file find something like;
#doc {
width: 700px;
and adjust the px accordingly. I hope that's what you're after! :)