• Hi,

    Website is https://www.heli-skiing.net ; theme is not from wordpress.com site.

    I just have a quick question, how do we adjust the menu to “contact us” wont overlap the frame?

    I have tweaked some CSS codes, and I am not near to the solution.

    Hope you can help.

    Thanks!

Viewing 5 replies - 1 through 5 (of 5 total)
  • You were on the right track with tweaking CSS — but it can be pretty tricky to figure out what to change, especially with things like nav bar menus.

    What works for me is changing the right padding in the declaration below:

    .menu-primary-wrap {
        float: left;
        height: 30px;
        margin-top: 10px;
        padding: 0 20px;
        position: relative;
        z-index: 400;

    Under padding (above), I added the 20px — which puts padding on the right side of the nav bar — which moves it to the left.

    Hope that works for you.

    Thread Starter rameesareno

    (@rameesareno)

    Hi WPYogi!

    You are my master! I want to worship you! =P

    Bow Bow Bow!

    Thank you for helping me!

    You’re welcome — glad it worked. And BTW, nice site and gorgeous photos. Almost makes me want to go heli-skiing, except for the price tag!

    Thread Starter rameesareno

    (@rameesareno)

    Master Yogi can you help me on this one?

    Please see screenshot here:

    https://imm.io/lpEh

    Thanks.

    Thread Starter rameesareno

    (@rameesareno)

    [ 2,387 lines moderated. Per forum rules, for more that 10 lines of code use the pastebin.com. Do not do this again. ]

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Adjust menu position/margin’ is closed to new replies.