Site logo

Archived topic

Widget in nav bar

9 replies · Started by Sherissa on August 21, 2019

Viewing posts 1–10 of 10

Hi,

1. How do I place this language widget in the nav bar instead of the top bar?
https://prnt.sc/ovjhlp

Thanks in advance.

Hi there,

How are you adding that language bar at the moment?

Hi there,

try this CSS:

@media(min-width: 769px) {
    .main-navigation .inside-navigation {
        display: flex;
        align-items: center;
    }
    .main-navigation .inside-navigation #translator {
        order: 10;
    }
}

Thank you!!

Glad we could be of help

Hi, I just found this, and it was exactly what I needed, but it doesn't look great on mobile. Is there a way to move this inside the mobile menu instead of it pushing the mobile menu to the right? I wasn't sure if I should post here or open a new topic?

A new topic with a link to your site would be great :)

This archived topic is closed to new replies.