Change width of webpage
-
Hi,
I like the the theme, but I’m finding the width too narrow for my graphs – is there a way to widen it?
Thanks,
The blog I need help with is: (visible only to logged in users)
-
Hi there,
You can widen it about 100px without really affecting too much of the layout if you edit CSS. So instead of 700px wide, your images will be 800px wide. Please go to Appearance > Customize > CSS in your Dashboard and add the following:
.hentry { max-width: 800px; } img { width: 100%; }Let me know if you have any questions with this!
- The topic ‘Change width of webpage’ is closed to new replies.