Navigation css is bunched up
Support Area › Forums › Photobug › Navigation css is bunched up
- This topic has 7 replies, 2 voices, and was last updated 12 years, 11 months ago by
Bill Robbins.
-
AuthorPosts
-
September 6, 2013 at 09:30 #13666
steve berchtold
ParticipantHi Bill, I just changed a site theme to your Photobug theme and my CSS Nav is messed up.
How do I get this styling to go across like normal navigation?
Thanks,
SteveAttachments:
September 6, 2013 at 09:59 #13669Bill Robbins
ParticipantSteve,
Sorry for the trouble and thanks for the screenshot. Could you send over a link to where you’re working with the theme so I can take a closer look at it for you.
Thanks,
BillSeptember 6, 2013 at 10:12 #13671steve berchtold
ParticipantSure Bill. http://southfloridabiztv.com/
September 6, 2013 at 10:23 #13672Bill Robbins
ParticipantThanks Steve. I took a look and it appears that a few of the menu items are set to be sub-menus. The Photobug theme isn’t set up to use a drop-down menu so you’ll want to leave all your navigation items on the top level. If you’ll move them all back to the top-level that should take care of the bunching.
If you have any trouble, let me know,
BillSeptember 6, 2013 at 10:37 #13673steve berchtold
ParticipantOhhh. Do you have another theme that has drop down capability that would also use video?
September 6, 2013 at 10:51 #13676Bill Robbins
ParticipantYou could add them in to Photobug if you need to. Here’s how:
- Go to the Theme Options page and select the Styling tab.
- Scroll down to the Custom CSS box and paste this:
header.primary { overflow: visible; } .menu, .menu * { margin: 0; padding: 0; list-style: none; } .menu { line-height: 1.0; } .menu ul { position: absolute; top: -999em; width: 10em; } .menu ul li { width: 100%; } .menu li:hover { visibility: inherit; } .menu li { float: left; position: relative; } .menu a { display: block; position: relative; } .menu li:hover ul, .menu li.sfHover ul { top: 2.5em; z-index: 99; } ul.menu li:hover li ul, ul.menu li.sfHover li ul{ top: -999em;} .menu li:hover ul, .menu li.sfHover ul { left: 0; top: 28px; z-index: 99; } .menu a.sf-with-ul { padding-right: 2.25em; min-width: 1px; } ul.menu li li:hover ul, ul.menu li li.sfHover ul { width: 160px; left: 160px; top: -10px; } ul.menu li li li:hover ul, ul.menu li li li.sfHover ul { left: 160px; top: 0; } header.primary ul.menu li ul { background-color: #36afd8; margin-top: -5px; width: 200px; } header.primary ul.menu li ul ul { margin-top: 10px; margin-left: -10px; } - Update your settings.
That would add in drop-down navigation for you. If you have any trouble, let me know.
Photobug is my only theme that doesn't support drop-downs out of the box. The others do and should also work well with video too.
Hope that helps out,
BillSeptember 6, 2013 at 10:58 #13678steve berchtold
ParticipantThanks Bill. Appreciate it.
Now I can use it they way I needed to!
Thanks,
SteveSeptember 6, 2013 at 11:02 #13679Bill Robbins
ParticipantAnytime Steve. Have a great weekend!
-
AuthorPosts
- The topic ‘Navigation css is bunched up’ is closed to new replies.

