CSS Code to move menu
-
What code can I add to move my menu at the top down about an inch and to the right about 4 inches? The site is alvwines.com Thanks Here is the CSS code I have already –
.navigation-top {
top: 18px;
background: transparent;
border: 0;}
.navigation-top a {
font-size: 140%;}
.wrapper > header.site-top-header
{
min-height: 20vh;
}
.menu-toggle {
color: white;
}@media screen and (min-width: 768px) {
.navigation-top a,
.navigation-top .current-menu-item > a,
.navigation-top .current_page_item > a {
color: white;
}
}The page I need help with: [log in to see the link]
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘CSS Code to move menu’ is closed to new replies.