• Resolved April Roy

    (@awapril)


    Link to my home page. https://myancientwisdom.com/

    After I made some other css changes, suddenly my slider got moved down about an inch and shows the background image under the menu. I do not want this.

    I just want the slider as the default setting on the homepage menu area. All the other pages are just fine.

Viewing 7 replies - 1 through 7 (of 7 total)
  • Hello @awapril,

    I have just checked your website, and it looks like this CSS code is problematic:

    .site-header,
    .site-header.fixed {
        position: static;
    }

    Kind Regards, Roman.

    Thread Starter April Roy

    (@awapril)

    @romanbon

    So what should I do about it?
    I really don’t know anything about code…so I don’t know how to fix it.

    • This reply was modified 7 years, 6 months ago by April Roy. Reason: make sure it gets seen
    Thread Starter April Roy

    (@awapril)

    @romanbon

    So, I removed “static” from the css, because it was red, and it minimized the background much more, but there is still about a 1/2 inch up there…

    anything else I can do?

    Thread Starter April Roy

    (@awapril)

    Ugh! Never mind, when I remove the “static” in red, it changes all the other pages back to having something I already fixed. This is so frustrating! I wish I understood this code stuff…

    So, where I am at now is that all my other pages in the menu are perfect. I don’t want any of them to change at all. Only the home page. I just want that inch or so of background image to get out of there behind the menu and my picture slider to move up to the original position.

    Hello @awapril,

    Please try to replace this CSS code:

    .site-header,
    .site-header.fixed {
        position: static;
    }

    …with this:

    body:not(.home) .site-header,
    body:not(.home) .site-header.fixed {
        position: static;
    }

    Kind Regards, Roman.

    Thread Starter April Roy

    (@awapril)

    I replaced this as per you and another person here and it worked!

    Thank you for your help! ??

    You are welcome @awapril! ??

    Kind Regards, Roman.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Home page header/background image issue’ is closed to new replies.