Hello,
I have a top bar fix position at top=0 which I show on all pages and posts, it is 25px height, so
I added
.nav-aligned-right.nav-above-header .main-navigation {
margin-top: 25px;
}
to push my Menu 25px downward
I need to remove the top bar from a page with ID = 38663, haveing done so I now need to remove the 25px so the Menu sits at the top of my site on this page
I am trying
.page-id-38663 .nav-aligned-right.nav-above-header .main-navigation {
margin-top: 0 !important;
}
This is not working, you can see here:
http://aaa.greaterthanthesum.com/sumapp/
Any help on this is appreciated
Thanks
GeneratePress 1.3.44