Is there a way to set the page width to 900 pixels when there's no sidebar? The left side of the menu needs to align with the left side of the text. Here's an example page where I'd like that to happen:
I tried that and it resets the menu width on every page including the home page and single posts. I need it to work on single pages only. I don't mind entering a different CSS code snippet for every page with the page ID if that's what it takes.
Is there a way to set the page width to 900 pixels when there's no sidebar? The left side of the menu needs to align with the left side of the text. Here's an example page where I'd like that to happen:
http://mastering-lightroom.com/about/
I'm using Soledad Simple Blog.
Thanks,
Andrew
Hi,
Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:
Regards,
PenciDesign.
Thanks, that worked for the page content, but is there a way to get the menu to line up as well on the left side?
http://mastering-lightroom.com/about/
Hi,
Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:
Regards,
PenciDesign.
I tried that and it resets the menu width on every page including the home page and single posts. I need it to work on single pages only. I don't mind entering a different CSS code snippet for every page with the page ID if that's what it takes.
Thanks,
Andrew
Hi,
Please modify the CSS to work for the single post:
Regards,
PenciDesign.
Thanks, but I need it work for pages not single posts.
Hi,
The following code will apply the single page only:
Regards,
PenciDesign.
Thanks, that worked perfectly!