Jump to content

[SOLVED] How to change appearance of top menu?


Recommended Posts

Good Evening all, and firstly thank you for taking the time to read this;


 


I am creating a 'fashion' webpage - the issue I have is I have downloaded Bootstrap fashion theme


 


When I hover over my 'categories' the drop down list is a single column and you need to scroll down the page to see all of the subcategories


 


Is there a module which can turn this single list into a grid format to help user experience?


 


Preferably the module would be free...


 


I would appreciate any help you can offer


 


Kindest regards


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

in this case you have to use these styles

 

#menu-custom ul {width:1170px;}
#menu-custom li li a{display:inline-block; width:auto; float:left; min-width:200px;}
#menu-custom ul li ul {top:40px; left:0px;}
 
 
paste them somewhere to superfish-modified.css
Link to comment
Share on other sites

 

in this case you have to use these styles

 

#menu-custom ul {width:1170px;}
#menu-custom li li a{display:inline-block; width:auto; float:left; min-width:200px;}
#menu-custom ul li ul {top:40px; left:0px;}
 
 
paste them somewhere to superfish-modified.css

 

 

I added this into the top and it solved the issue, many thanks

Edited by lylie13 (see edit history)
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...