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

Home Forums Support [Resolved] Name of the website in between the mobile menu and the shopping cart & fixed

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

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #1517865
    Noemina

    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.

    #1517917
    Leo
    Staff
    Customer Support

    Hi there,

    This is likely something we can just use some CSS.

    Can you set the navigation location to float right first?
    https://docs.generatepress.com/article/navigation-location/

    #1517940
    Noemina

    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.

    #1517942
    Leo
    Staff
    Customer Support

    Can you activate this option first?
    https://docs.generatepress.com/article/navigation-as-a-header/

    Then I can provide some CSS.

    #1517946
    Noemina

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

    #1517951
    Leo
    Staff
    Customer Support

    It’s not centered as I haven’t provided the CSS yet.

    I don’t see the option activated though.

    Can you make sure this is done?
    https://www.screencast.com/t/cYnQsHy7IH

    #1517965
    Noemina

    Ahh ok you will provide de CSS.

    I still don’t have any caching plugin.
    Thanks

    #1517967
    Leo
    Staff
    Customer Support

    I’m seeing this in the source code:
    https://www.screencast.com/t/qdV1plu7nZt

    #1517975
    Noemina

    I disabled WP caching, please recheck

    #1518388
    Leo
    Staff
    Customer Support

    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/

    #1519762
    Noemina

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

    #1519852
    Leo
    Staff
    Customer Support

    No problem 🙂

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