Content Menu in Nav Bar - Printable Version +- WallBB Forums (https://wallbb.co.uk/forums) +-- Forum: Theme Section (https://wallbb.co.uk/forums/forumdisplay.php?fid=5) +--- Forum: Theme Support (https://wallbb.co.uk/forums/forumdisplay.php?fid=10) +--- Thread: Content Menu in Nav Bar (/showthread.php?tid=45) |
Content Menu in Nav Bar - rocketfoot - 12-21-2017 I added a dropdown menu floated right in the Nav Bar but the styling is pulling from the <nav> Nav.CSS and making a big overlay on my nav bar and the dropdown is not located properly... I think it may need a new piece of CSS but I am unsure what to copy and rename to (<nav2> maybe??) The menu code is in: Navigation Templates>Nav If you get a chance, please take a look and see what I am doing wrong! I just noticed that there is no dropdown caret at the end of Content Menu either... Here is a screen shot... RE: Content Menu in Nav Bar - WallBB - 12-22-2017 Hi Rocketfoot, I just checked your website now, the dropdown in the breadcrumb should have a seperate class defined. nav2 is a good idea and you will also have to modify nav2 so that it doesn't have background. This is sample css for you Code: .toggle, [id^="drop"] { You might have to adjust positioning, try this and it should work fine Sorry for late response. RE: Content Menu in Nav Bar - rocketfoot - 12-22-2017 Perfect! It looks good now! How do I get the down caret to show at the end of the Content Menu label? RE: Content Menu in Nav Bar - WallBB - 12-22-2017 You need to add the caret down after the text, simple font awesome icon. Check the dropdown example I have added |