Adjusting padding between tiles
-
Hi I am currently using the carbon theme. I would like to increase the padding between the tiles. They are too close together at the moment. How would I adjust the CSS?
Thanks,
The blog I need help with is: (visible only to logged in users)
-
Hi there, can you let me know where the lines on the titles are too tight for you? On the main page, or on individual post pages, or… ?
-
the tiles on the main page I currently have one post there and one that’s private that only I can see and I don’t like how the images are right by each other. It needs a bit of spacing between.
-
Hi, give this a try.
#post-128 { margin-right: 1%; } .posts-list article { width: 49%; }
- The topic ‘Adjusting padding between tiles’ is closed to new replies.