Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
so i’m happy with the size of the logo and the size / position of the menu text but they’re not lined up, ie level with other… this is also affects the way it is displayed on mobile.. can this be rectified?
add these css changes into your custom css
body.responsive header#masthead.masthead-logo-in-menu .logo {
margin-left: 30px !important;
}
header#masthead.masthead-logo-in-menu .logo {
padding: 8px 0px !important;
}
.main-navigation ul li a, .main-navigation ul li a {
padding-top: 26px !important;
}
the last one is
.main-navigation ul li a {
padding-top: 26px !important;
}
Hi Daniel,
The above solution given by James should work for you. @James much appreciated on this.
Always feel free to open a thread whenever you require support
Cheers