Site logo

Archived topic

Name of the website in between the mobile menu and the shopping cart & fixed

11 replies · Started by Noemina on November 4, 2020

Viewing posts 1–12 of 12

Hi, recently I have bought the GeneratePress Premium but I really really need a configuration that it's no available.
You can see the webpage at noeminamelides.com , the client want to put the name of the store "Noemina" in between the menu and the shopping bag, and to be fixed at the top as the menu is.
I will be very grateful if you could make this update, thanks.

Please see the page: https://noeminamelides.com/
I have the navigation where I want to, I just want the name to be in the same line of everything else, the navigation and the shopping cart and the search.

Done, but this way is not centered.
sorry for all the questions but I'm new to this theme.

Ahh ok you will provide de CSS.

I still don't have any caching plugin.
Thanks

I disabled WP caching, please recheck

Now try this CSS:

@media (min-width: 769px) {
    .main-navigation.has-branding .inside-navigation .menu-toggle {
        order: -1;
    }
    .main-navigation.has-branding .inside-navigation .navigation-branding {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }
}

Adding CSS: https://docs.generatepress.com/article/adding-css/

Amazing, Thanks!!! Keep up the great work.

No problem :)

This archived topic is closed to new replies.