Menu titles on the right

Posted in: Newspaper
Post count: 14

Hi,
Is there any way i can add a custom link in the Menu and put it to the right, near the Search icon?
Also, i don’t know why but my Search icon is not working anymore, it just links to # (http://trucchiesoluzioni.net/).

Post count: 22421

Hello,

The search icon does not work anymore (as well as your mobile menu) due to a js error. This is most of the time a plugin conflict. Please disable all your plugins except visual composer and clear cache and it should work fine again. Then you need to identify the plugin that causes the issue.
As for the menu item, you can create a custom link: http://screencast.com/t/GNxckduyl
It depends on the header style you use for the modification as the search icon is not positioned in the same way.
For example I used this code on my end:

.menu-item-57{
position: absolute!important;
right: 30px!important;
top: 50%!important;
margin-top: -24px!important;
}

for this result: http://screencast.com/t/PiL7y2m4d
This is on the default header style. Every menu item has a unique class. Mine was 57. Youcan use your browser inspector to get your menu item number and replace it in the code.
Thank you!

Post count: 14

It was one of the cache settings that was giving troubles to the search icon (Minify feature).
I’ll try with the menu item, thanks!

Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic.