• Hi,

    I m using attitude theme and i want to place menu of my theme on top as it is showing after header picture. I want it to be on the top.
    How to change that i have already tried many things there but not got any solution.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi, I thought the menu appeared before the header image for Attitude? Please add a link to your site and I’ll check how this can be resolved.

    Thread Starter jigyasu2010

    (@jigyasu2010)

    ok I did it this way add these items to your custom css child theme:
    .header {
    padding-top: 50px;
    }

    .menu_bar {
    float: left;
    margin-top: -160px;
    }

    try this one out and tell me what you think ??

    but as I noticed you have this Qubit marq bar on the top of the page so that code I just put doesn’t really do all the trick here so do it like this:

    .topinfobar {
    visibility: hidden;
    }

    .menu_bar {
    float: left;
    margin-top: -160px;
    }

    yeah this should do it ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘change the location of Menu in Attitude theme’ is closed to new replies.