Main navigation hook right of the Link

Posted in: Newspaper
Post count: 29

Hello there,
it is possible in the main navigation to “hook” instead of the right of the Link to position right under the link?
http://www.bilder-upload.eu/show.php?file=af0bc5-1451315441.jpg
Thank you for your support
Bernd

Post count: 22421

Hello Bernd,

It can be done with custom css but i do not know what header style you use. This is an example for header style 1
.sf-menu .td-icon-menu-down{
top:80%!important;
margin-left:-16px!important
}

Result: http://screencast.com/t/JfPCOJrTqd

Thanks you!

Post count: 29

..Thank you very much!!

You can still tell me how I can make the distances between the navigational links in the main menu smaller?
http://www.bilder-upload.eu/show.php?file=0d993d-1455210518.jpg
Thanks for your support

Post count: 22421

Hello,

You can use this code:
.sf-menu a.sf-with-ul{
padding-right:10px!important;
}
.sf-menu > li > a{
padding: 0 10px!important;
}

(This works for header style 1, it might not work on another header style)
Thanks.

Post count: 29

Thanks !!!

Viewing 5 posts - 1 through 5 (of 5 total)
The forum ‘Newspaper’ is closed to new topics and replies.