Jump to content

(SOLVED) Block spacing


Recommended Posts

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...