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]
-
Did you resolve this?
Your the first to respond. I have not.
You may have to lose the concept of inches, as Twenty Seventeen theme is responsive and will adjust the position of things depending on the screen size. In the “Additional CSS” section of the dashboard add this:
.main-navigation ul { text-align: right; }This did not work at all. Sorry. Any other ideas?
The only CSS I can see being used is:
.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; } }Have you removed what I suggested? If so, can you add it back in so that I can understand why it’s not working?
main-navigation, button{
margin-top: 40px;} will move it down or up above your logo.
The topic ‘CSS Code to move menu’ is closed to new replies.
