This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Sticky Menu problem

Resolved 2 replies premiumthemetheme-vantage
10 years ago · Last reply by Jean Maitem 10 years ago

What do you think is the problem on my sticky menu. It started when I added a background on my page. I added 3 div tags in masthead.php. Thank you guys!

masthead.php

<a href="” title=”” rel=”home” class=”logo”>

………….

——————–
My custom css
#bg1 {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 542px;
background: #ccc;
z-index: 1;
box-shadow: inset 0px 280px 60px 0px rgba(0,0,0,0.3);
}
/* black bg */
#bg2 {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 243px;
background: #262626;
z-index: 2;
box-shadow: inset 0px 10px 60px 0px rgba(0,0,0,0.7);
}
#outer {
position: relative;
z-index: 3;

margin: 0px auto 0 auto;
background: #ffffff;
box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.2);
}

URL: http://webcraftph.com/misg/

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

2
  1. Magus Staff 10 years, 10 months ago

    Hi Jean

    Please add this to your custom CSS

    .sticky.main-navigation {
        left: auto !important;
    }

    You can get to custom CSS by going to Appearance->Custom CSS from your wordpress dashboard.

    Let us know how you get on

    Magus

  2. Jean Maitem 10 years, 10 months ago

    Hello Magus, thank you it worked!

Replies on this thread are closed.

Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Have a different question or issue?

Start New Thread