widen content for intergalactic
-
How can I use custom CSS to widen my site content so my posts take up more space horizontally and I have less blank space to the left and right?
The blog I need help with is: (visible only to logged in users)
-
Hi
Here’s the CSS code to change the width on the homepage. You can adjust the width value to any number you’d like.
.entry-summary { width: 900px; }For the pages/posts themselves, you’ll need
.entry-content { width: 900px; }Hope this helps! Let us know if you have any other questions.
-
- The topic ‘widen content for intergalactic’ is closed to new replies.