My menu heading are not "fixed" – looked at previous posts
-
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: (visible only to logged in users)
-
-
Hi @katsu1990, it looks like you are using WordPress but you are not hosted here at WordPress.com. For self-hosted WordPress sites such as yours, I would suggest asking for help from the theme author directly or ask in the volunteer-based WordPress.org Themes and Templates forum.
For general questions on self-hosted WordPress.org installations, visit http://wordpress.org/support/.
- The topic ‘My menu heading are not "fixed" – looked at previous posts’ is closed to new replies.