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].
Hi.
I’ve done alot of Custom CSS-ing to get my menu just right, but now, when I scroll down, then menu pops a bit to the left.
I’m postin screenshots and my Custom CSS-codes.
And now my Custom CSS
/* Meta Slider Background Color */
#main-slider {
background: #fff;
}
.navbar-brand img {
width: 1080px;
}
a.navbar-brand {
height: 120;
}
#colophon {
min-height: 200px;
}
#colophon {
padding-top: 0px !important;
padding-bottom: 0px !important;
}
.entry-content p {
line-height: 300 px;
}
#main-slider {
background: #DDDDDD;
}
.main-navigation {
max-width: 1080px;
margin: 0 auto;
}
Hi Michael,
Do you have a public URL where we can take a look at what’s going on? If you need to keep this URL private from other users, just select “Private Reply” on the bottom right of the comment box.
Link
Hi Michael,
You can fix/change this with some custom CSS. If you navigate to AppearanceCustom CSS, you’ll get our custom CSS editor. Just add the following code.
You might also need to install the SiteOrigin CSS Editor.
Awesome. Thanks!