Hi, I am moving our site to be responsive. The existing site has sections down the left and a series of hard coded link to various places in the main horizontal menu. https://www.secretgardenquilting.co.uk
I would like to replicate this on the responsive site. I guess the behaviour is complex because of having to handle various page widths and collapsing when the page width is small enough. have tried using the brochure pages and adding some extra links in the same format. It sort of works but treat the menu items as 2 groups and causes the collapsed menu (for small width pages) to break. It just opens and the closes : http://www.tgurney.co.uk
I was hoping for some ideas on the best way to create the menu that will behave well at all widths?
I would also like to reduce the padding around each menu item to get more menu items on a single line and reduce the overall height of the menu bar. Changing the line height and padding on "#brochure-menu li a" seems to have odd consequences and moves the menu onto 2 lines so I figure I must be going down the wrong path.
Any pointers gratefully received.
Many thanks
Tony
I would like to replicate this on the responsive site. I guess the behaviour is complex because of having to handle various page widths and collapsing when the page width is small enough. have tried using the brochure pages and adding some extra links in the same format. It sort of works but treat the menu items as 2 groups and causes the collapsed menu (for small width pages) to break. It just opens and the closes : http://www.tgurney.co.uk
I was hoping for some ideas on the best way to create the menu that will behave well at all widths?
I would also like to reduce the padding around each menu item to get more menu items on a single line and reduce the overall height of the menu bar. Changing the line height and padding on "#brochure-menu li a" seems to have odd consequences and moves the menu onto 2 lines so I figure I must be going down the wrong path.
Any pointers gratefully received.
Many thanks
Tony
Comment