Jump to content

horizontal menu


ijipk

Recommended Posts

Hi. 

 

I have a problem with the horizontal menu. 

 

I have added my categories.

But the text are to close to each other. some of them looks like they are the same category.

see the attached picture. 

 

is there a way to edit the code to add more space in between the categories. 

 

website dirtytime.dk

ps 1.6.1.0

post-981429-0-97186800-1442827795_thumb.jpg

Edited by ijipk (see edit history)
Link to comment
Share on other sites

I finally found the right place to modify the css.  :)

/themes/default-bootstrap/css/modules/blocktopmenu/css/superfish-modified.css

add the line padding-bottom: 15px; 

.sf-menu > li > ul > li {
  float: left;
  width: 20%;
  padding-right: 15px; 
  padding-bottom: 15px;}
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...