My menu heading are not "fixed" – looked at previous posts

  • Unknown's avatar

    Hi,

    I went through previous posts to try solve my problem but:

    1. The customisation of my wordpress theme does not load properly therefore i cannot access the customnisation of my website menu heading item.

    2. The CSS box (Editor) in wordpress is like 10 pages of code – with no #head titles therefore i am not 100% sure which “positioning i need to change to fixed”?

    I think it may this code?

    }
    .fusion-main-menu .fusion-custom-menu-item-contents {
    position: absolute;
    left: auto;
    right: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-in;
    -moz-transition: opacity 0.2s ease-in;
    -o-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    }

    Website is: http://www.forexscalpingrobot.com/

    Any help would be much appreciated!

    The blog I need help with is dropshipmagnet.com.

  • The topic ‘My menu heading are not "fixed" – looked at previous posts’ is closed to new replies.