• Wubi

    (@wubi)


    Hi All!

    I search, but not found solve for the following:

    I want move the top menu to “really” top of the page. Now appear under the header image (theme default). But I want modify this. First the menu, then header image and then the content.

    I edit the theme header.php (header section), but working good.

    Can anybody help me?

    Thank you.

Viewing 1 replies (of 1 total)
  • indianplayschools

    (@indianplayschools)

    Hi,
    Try this in your child theme or custom css

    .navigation-top {
    left: 55%;
    position: absolute;
    top: 14px;
    width: 40%;
    background: #ffffff;
    height: 70px;
    }

    top is the height from the top of the page.
    Hope this helps

Viewing 1 replies (of 1 total)
  • The topic ‘Move the menu’ is closed to new replies.