Publication theme: widen the space with the post list at the homepage
-
I have been trying to do it myself but I dont seem to find the right .class to do so.
I want to make the white area with the post list larger (approx. 70% of the screen).
Any ideas?
The blog I need help with is: (visible only to logged in users)
-
Never mind it.
Found the class. I also had to call the widget area back, as it was missing.
.home .content-area { width: 70%; } .home .widget-area { width: 30%; } -
Please a also call this CSS while reading a post:
.single .content-area { width: 70%; } .single .widget-area { width: 30%; }
- The topic ‘Publication theme: widen the space with the post list at the homepage’ is closed to new replies.