- This topic has 11 replies, 4 voices, and was last updated 3 years, 3 months ago by
Tom.
-
AuthorPosts
-
January 8, 2017 at 10:31 pm #262033
Aaron Redman
Hi,
I have added my logo in the navigation bar (what a great thing to be able to do in customize). Is it possible to move the logo to the right of the menu items as opposed to the left where it seems to default?
Thanks,
AaronJanuary 8, 2017 at 10:45 pm #262035Leo
StaffCustomer SupportHi Aaron,
Are you referring to sticky menu logo or just the main navigation?
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/January 8, 2017 at 10:47 pm #262036Aaron Redman
I added the logo under layout>Primary Navigation>Navigation Logo. I made it stick+static
January 8, 2017 at 10:53 pm #262040Leo
StaffCustomer SupportTry uploading the logo in Customizer > Site Identity, then you can reposition it in Customizer > Layout > Header > Header Alignment, or adjust Navigation Position in Customizer > Layout > Primary Navigation.
Then change to Sticky only
Let me know if this helps.
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/January 8, 2017 at 11:05 pm #262048Tom
Lead DeveloperLead DeveloperYou can actually just use a little snippet of CSS to position to navigation logo to the right:
.site-logo.sticky-logo { float: right !important; }
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentJanuary 8, 2017 at 11:11 pm #262052Aaron Redman
I am not sure I was clear. The image is how I have it now with an arrow showing where I’d like it π
January 8, 2017 at 11:18 pm #262053Aaron Redman
Perfect Tom! Should have refreshed the page before I posted again π
January 9, 2017 at 8:05 am #262193Tom
Lead DeveloperLead DeveloperGlad I could help π
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentNovember 22, 2017 at 6:29 pm #431151liorsade8
hi tom.
this doesnt work for me.
example site:
http://avi.s178.upress.link/
i need the logo to be on the right instead of left.
thanksNovember 22, 2017 at 6:35 pm #431155liorsade8
it’s not working because of the line code:
position:absolute;
when i delete it it’s floating to the right when i use:
.site-logo.sticky-logo {
float: right !important;
}but….
i need the floating logo to be like in here:
https://docs.generatepress.com/article/navigation-logo/
in the bottom. when the logo floats off the menu, but to the right…
please help.
thanks.November 22, 2017 at 6:43 pm #431156liorsade8
never mind for now… i think i managed… will let u know…
thanksNovember 22, 2017 at 8:46 pm #431196Tom
Lead DeveloperLead DeveloperNo problem – glad you got it working π
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-development -
AuthorPosts
- You must be logged in to reply to this topic.