Archived topic
Add text next to logo?
7 replies · Started by sam on June 15, 2021
How do I add text to the right of my sites logo?
Exactly where the current navigation would be
Hi Sam,
You can try a block element- hook, add the button into the block element, set Hook as its element type, choose after_logo as hook name. The button will appear between the logo and navigation.
https://docs.generatepress.com/article/block-element-overview/
If you want to hide the navigation, go to customizer > layout > primary navigation, set navigation location to no navigation.
Once it's done, we can have a look to see if any CSS is needed to tweak the layout. :)
Thanks a lot! Very Happy.
You are welcome!
Let me know if you need further assistance :)
How would I add a margin-top CSS to the logo in mobile view? :)
Hi Sam,
You can try this CSS out:
.site-logo{
margin-top: 20px;
}
This support is excellent. I massively appreciate your help!
Glad to be of any help. :D