Adding borders to the featured posts on the Homepage in Imabalance 2
-
Hi,
I wanted to know how do I add borders to the featured posts on my homepage for the Imbalance 2 theme. I am building a portfolio of my work and I have the custom design upgrade. I want a clearer distinction between each post and not have it look like it is one big block with multiple images.Please help.
MobyThe blog I need help with is: (visible only to logged in users)
-
Imbalance 2 uses a script to size and place the images each time the page is loaded so they fit into stacks of images (it doesn’t have distinct rows), so I think it might look a little messy, but you can try it out.
Here is some CSS to get you started.
.box { padding: 18px; border: 1px solid #8D8B8B; margin-bottom: 2px; }Change the spacing values and color codes as necessary.
- The topic ‘Adding borders to the featured posts on the Homepage in Imabalance 2’ is closed to new replies.