How to modify the width of post format?
-
If I buy upgrade package, can I modify the width of the post format from my current theme?
I’m using Manifest theme now but the width of my post is so narrow and the photos appear so small.
I wish to be able to change it but wonder how could I do it.
PLEASE HELP.
The blog I need help with is: (visible only to logged in users)
-
Hi there, yes you can widen the theme with the Custom Design upgrade. You can use the Try before you buy feature to test out the following CSS. The existing content width was 500px and this increases it to 700px.
Go to Appearance > Customize > CSS, delete all the informational text in that window, and paste in the following custom CSS.
#site-wrapper, #main-nav ul, #site-description, #core-content, #footer { width: 700px; }You will also want to change the width in the Content Width field below the CSS text area to 700px. You can edit the width set in the CSS, and then just make sure the Content Width matches your desired width.
- The topic ‘How to modify the width of post format?’ is closed to new replies.