Site logo

Archived topic

second menu on right header

5 replies · Started by Thierry on September 25, 2019

Viewing posts 1–6 of 6

Hello,

i want to stick the second menu on the header right top, bottom the header widget. How i can do this ?

thx

Hi there,

Tricky as the elements are floated in the order they are displayed.

have you tried using adding a Nav Widget inside the Header Widget area as well ? The two widgets should stack. We can provide some CSS to help with that.

Thanks david. please, ok for the css.

Try this:

.header-widget .widget_nav_menu {
    height: 50px;
    text-align: right;
}

Perfect, thanks David ;)

You're welcome

This archived topic is closed to new replies.