Home › Forums › Support › Name of the website in between the mobile menu and the shopping cart & fixed
- This topic has 11 replies, 2 voices, and was last updated 1 year, 7 months ago by
Leo.
-
AuthorPosts
-
November 4, 2020 at 7:53 am #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.November 4, 2020 at 8:27 am #1517917Leo
StaffCustomer SupportHi 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/Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/November 4, 2020 at 8:38 am #1517940Noemina
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.November 4, 2020 at 8:40 am #1517942Leo
StaffCustomer SupportCan you activate this option first?
https://docs.generatepress.com/article/navigation-as-a-header/Then I can provide some CSS.
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/November 4, 2020 at 8:42 am #1517946Noemina
Done, but this way is not centered.
sorry for all the questions but I’m new to this theme.November 4, 2020 at 8:46 am #1517951Leo
StaffCustomer SupportIt’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/cYnQsHy7IHDocumentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/November 4, 2020 at 8:55 am #1517965Noemina
Ahh ok you will provide de CSS.
I still don’t have any caching plugin.
ThanksNovember 4, 2020 at 8:56 am #1517967Leo
StaffCustomer SupportI’m seeing this in the source code:
https://www.screencast.com/t/qdV1plu7nZtDocumentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/November 4, 2020 at 9:02 am #1517975Noemina
I disabled WP caching, please recheck
November 4, 2020 at 4:14 pm #1518388Leo
StaffCustomer SupportNow 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/
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/November 5, 2020 at 2:21 pm #1519762Noemina
Amazing, Thanks!!! Keep up the great work.
November 5, 2020 at 5:20 pm #1519852Leo
StaffCustomer SupportNo problem 🙂
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/ -
AuthorPosts
- You must be logged in to reply to this topic.