Theme Custom Design
-
Is there anyway I could adjust the space between the columns of posts on my homepage?
The blog I need help with is: (visible only to logged in users)
-
Something like this might do the trick. Give it a try by adding it to your Appearance > Customize > CSS editor:
.masonry { width: 104%; } .masonry .hentry { width:28%; }
- The topic ‘Theme Custom Design’ is closed to new replies.