Navigation bar cut off help
cwdesign
Registered Users Posts: 17 Big grins
Need help to figure out why my nav bar is being cut off right at the end of INFO. Tried different things and none seem to work. Viewing site in Chrome. Any help would be appreciated, thanks
www.adrianalajoie.com
www.adrianalajoie.com
0
Comments
My Website index | My Blog
Sent from my Nexus 7 using Tapatalk 4
www.adrianalajoie.com
lajoiefoto.smugmug.com
I am getting the same thing. The nav bar on the right has lost any padding on the right.
I'm set to 100% and have tried messing with this CSS (I have a clients Nav Bar that has a solid color background):
/* make menu bar filled */
.yui3-u .sm-page-widget-nav-toplink
{
height:28px;
padding-bottom:6px;
padding-left:10px;
padding-right:8px;
margin:10px;
background: #706B57; /* fill the background*/
}
But the Padding-right on the last child does not seem to make any difference...So I tried to add margin:10px; and that made no difference.
I also came across this for the border:
.yui3-menu-item>.yui3-menu-label {
border: hidden;
padding-right:10px;
}
and tried adding the padding-right, but that made no difference either
Here is where it is cutting off:
Corporate & Editorial Photojournalism
It looks like you've entered some bad CSS. This is setting your padding-right to 0 for the last menu item:
I'd remove this code completely, or at least set:
Former SmugMug Product Team
aaron AT aaronmphotography DOT com
Website: http://www.aaronmphotography.com
My SmugMug CSS Customizations website: http://www.aaronmphotography.com/Customizations
Sent from my Nexus 7 using Tapatalk 4
www.adrianalajoie.com
lajoiefoto.smugmug.com
Corporate & Editorial Photojournalism