• Resolved mrblues

    (@mrblues-1)


    Hi !

    Is there some custom CSS code to make page content start right after primary navigation menu? Now there is small area of showing background image before page content starts.

    https://kaaviblues.com/wp/

    cheers

    mrblues

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi there mrBlues! ??
    It looks like you have some top margin applied to your main content area which is pushing the navbar up, but not the image background.

    Here is how to fix it:

    #main {
        margin-top: 0px;
    }

    Apply this css to your child theme or a custom css plugin and problem solved ?? Hope that helped you out.

    Thread Starter mrblues

    (@mrblues-1)

    hello, this code seems not to change anything in my case, any other ideas?

    Thread Starter mrblues

    (@mrblues-1)

    it worked after all, had two ways to add code and other plugin did not work.

    So thank you very much! ??

    No problem, Mrblues! Glad I could help you out ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Remove small area of background image under primary navigation menu’ is closed to new replies.