Home › Forums › Support › How to get a menu where the menu is right next to the logo on the left hand side
- This topic has 33 replies, 2 voices, and was last updated 3 years, 10 months ago by
David.
-
AuthorPosts
-
March 25, 2019 at 5:27 am #848999
Andrew
How can I make it so the menu is right next to the menu on the left hand side?
March 25, 2019 at 5:48 am #849013David
StaffCustomer SupportHi there,
you can use the navigation as a header:
https://docs.generatepress.com/article/navigation-as-a-header/
Then you can set the Primary Navigation to align left.
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/March 25, 2019 at 8:03 am #849275Andrew
Brilliant. It works. Thank you. The problem I have now is the search button it all the way on the right of the screen
March 25, 2019 at 8:36 am #849305David
StaffCustomer SupportTry this CSS:
.main-navigation li.search-item { float: left !important; }
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/March 26, 2019 at 1:35 am #849991Andrew
Cheers, that worked David, however now when I hover over the menu everything goes black…
March 26, 2019 at 2:43 am #850053David
StaffCustomer SupportCan you provide a link to the site so i can take a look? You can edit your original topic and use the Site URL field for privacy.
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/March 28, 2019 at 1:23 am #852139Andrew
It’s on a test site at the min.
I made a video though…
https://www.useloom.com/share/50a9390d4d3c471a9951a044aba4bd52
March 28, 2019 at 3:46 am #852248David
StaffCustomer SupportSorry my bad, gave you the wrong float – so edited the code above.
Hmmm… nice effect created by a bad code lol – its doable but not simple. So effectively make it a negative effect ?Trying to think how we would invert the logo… hmmm
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/April 15, 2019 at 4:26 am #869306Andrew
Hi David,
I got lost with replies to this.
Any thoughts on how to accomplish this? To make the logo appear a different colour on hover? Also, the menu background goes white on hover but the text is also white so appears blank.
Any help would be greatly appreciated 🙂
April 15, 2019 at 5:55 am #869403David
StaffCustomer SupportThe menu color swap wouldn’t be too difficult, changing the logo color will be trickier. The solution for that would be to use an SVG:
https://docs.generatepress.com/article/adding-svg-logo/
We can then swap the fill color ( maybe ).
Is that doable? Then we can look at the CSS required. Would need a link to the site.
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/April 15, 2019 at 6:38 am #869439Andrew
Let me look into that David.
Again, thanks for being so responsive!
April 15, 2019 at 6:42 am #869446David
StaffCustomer SupportYou’re welcome – let us know when you’re ready.
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/May 7, 2019 at 6:59 am #891869Andrew
Hi David,
Sorry, i have been mad busy and haven’t had a lot of time. There is no SVG logo – can I generate one from a jpeg or png using an online converter of some kind? (I have never done this before).
With thanks,
Andrew
May 7, 2019 at 7:11 am #891876David
StaffCustomer SupportYou can do conversion from JPEG/PNG to SVG but unless you have a really high res logo and pay for a good service the results can be rather poor. They are best created using a package like Adobe Illustrator or Affinity Designer……
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/May 8, 2019 at 1:00 am #892537Andrew
I will ask the owner of the company if they can have an SVG created. Maybe their original logo designer can get one for them.
Again, I appreciate your assistance with this!
(how do I add log in details on this post for you to access the site in question?)
Thanks David!
-
AuthorPosts
- You must be logged in to reply to this topic.