Hi all, hope you can help because I have been at this too long and it’s driving me crazy.
I want to move the Navbar to the left on my theme,which is a child theme based on the defaualt BP theme.
I poked around using Firebug and made a couple of mods which worked fine.
I copied and pasted these changes into my child theme CSS file as shown below, you will see I have changed the max-width property and have changed the position property from right:15px; to left:15px;
ul#nav {
bottom: 0;
left: 15px;
list-style: none outside none;
margin: 0;
max-width: 85%;
padding: 0;
position: absolute;
}
when I load the site the change is not appearing and when I check the CSS tab on Firebug the modified code does not appear.
The other changes I have made to the child theme are present and correct, it’s just the navbar that is missing
Been trying to work this out for a couple of days and I can’t see the problem
The site link is
http://www.irrilium.com/SecretPlan
Hope you can help