Cubic theme: how to get 2 2 posts on main page instead of 3 1?
-
Hi
I am using Cubic and I would like to change the ways the posts are displayed in my welcome page.
Currently, the posts are displayed on a PC as follows:
3 posts on first line, 1 post on 2 second line.With the premium offer, is it possible to display 2 posts on the first line and 2 posts on the 2nd line ?
Thanks
GillesThe blog I need help with is: (visible only to logged in users)
-
Hi there,
You could try with the following CSS:.blog .hentry, .search-results .hentry {
padding-bottom: 33.3333%;
width: 50%;
}You can this CSS by going to WP Admin> Appearance > Customize > CSS.
- The topic ‘Cubic theme: how to get 2 2 posts on main page instead of 3 1?’ is closed to new replies.