Support » Fixing WordPress » Extend backround colors?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    But I would like the background from the menu

    Move the menu outside and above of <div class="container">. You’ll then have to modify your CSS selectors to recognise the new layout.

    There is a line that is between the logo and the menu which I would like to ideally extend down also.

    Make your image taller http://www.4kidswcf.org/wp-content/themes/TheCorporation/images/menu_separator.png then give it a larger height;

    div#top-menu {
     height: 1000px;
    }

    Does anyone know if there is a way to center my logo in that left section?

    What does that mean?

    Thread Starter RM260

    (@rm260)

    Hi Andrew,

    I tried moving the “<!– TOP MENU –>” section outside the container but still in the <header> section but that didn’t work. It shifted my logo to the right side of the page and the words for the menu were hidden behind it. Any other ideas?

    What do you mean by “modify CSS selectors”? Sorry newbie here.

    What I meant by “center my logo”- If you look at the page as it is right now, it looks like the logo is more to the right than it should be (there is alot of space on the left side of the logo). So I was wondering if the logo can be shifted over to the left at all.

    Thanks for the help!

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    I recommend contacting your theme’s vendors for further support.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Extend backround colors?’ is closed to new replies.