Multilevel drop down menu display issue.
-
Hi,
Can you please help me fix the display of multilevel drop down menu? Now the 3rd level is going outside the screen. It would be fine if the position of search and the menu gets interchanged.
I am using The Pictorico Theme.
Thanks
SreejithThe blog I need help with is: (visible only to logged in users)
-
Hi there, give the following a try and play around with it on your computer, phone and tablet (if you have one). I’ve used a Media Query to limit this change to 886px and wider screens since 885px wide is when the menu changes to the minified menu for touch type devices (phones and tablets).
@media screen and (min-width: 886px) { .header-search { float: right; } .main-navigation { float: left; border-left: none; border-right: 1px solid #cccccc; padding-right: 20px; text-align: left; } } -
Perfect. Works like magic. No issues with phone and tab versions too
Thanks a million for your help Richard!!!
-
- The topic ‘Multilevel drop down menu display issue.’ is closed to new replies.