lisajef Posted November 17, 2011 Share Posted November 17, 2011 Help please! In my left hand column one of my blocks sits right on top of the one below: See ifundas.com.....In the left column the Offer image (purple bracelet) sits on top of the categories block with no gap Can anyone tell me what code I need to change? Thanks in advance! Link to comment Share on other sites More sharing options...
Carolina Custom Designs Posted November 17, 2011 Share Posted November 17, 2011 Open modules/veryfavorite/veryfavorite.css and edit your code to match the following: #veryfavorite_block_home { float: left; margin: 30px 0; overflow: hidden; text-align: left; width: 290px; } Note the very subtle change with "margin:". All you need to do is remove the final '0'. Hope that helps! Marty Shue Link to comment Share on other sites More sharing options...
lisajef Posted November 17, 2011 Author Share Posted November 17, 2011 You are wonderful Marty, thank you! Link to comment Share on other sites More sharing options...
Carolina Custom Designs Posted November 17, 2011 Share Posted November 17, 2011 You are welcome! Glad it worked for you! Marty Shue Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now