Home › Forums › Support › Logo right from site title – Hooks? This topic has 5 replies, 2 voices, and was last updated 7 years, 4 months ago by Tom. Viewing 6 posts - 1 through 6 (of 6 total) Author Posts November 17, 2015 at 6:01 am #153713 Philip Hi, I would like to have my logo right from the site information. Is it possible to do this with GP Hooks? I would appreciate if you have the right piece of code. Greetings Philip November 17, 2015 at 11:26 am #153781 TomLead Developer Lead Developer Maybe this CSS will help: .site-logo { float: right; } Let me know ๐ Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Ongoing Development: https://generatepress.com/ongoing-development November 18, 2015 at 3:53 am #153948 Philip Thanks for answering that fast! Unfortunately I have almost no experience at all in coding. Where exactly does this code have to be pasted? Greetings Philip November 18, 2015 at 9:22 am #154002 TomLead Developer Lead Developer This should help: https://generatepress.com/knowledgebase/adding-css/ Let me know ๐ Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Ongoing Development: https://generatepress.com/ongoing-development November 19, 2015 at 6:14 am #154216 Philip Thanks Tom, Code works fine, thanks for the hint! Figured out how to get the site information and the logo side by side: .site-branding { float: left; } .site-logo { float: right; } but the site title seems to be aligned on top. How do I give them the same space right above the main navigation? Greetings Philip November 19, 2015 at 10:59 am #154249 TomLead Developer Lead Developer Any chance I can see what you mean? You can move the site title down with this: .site-branding { margin-top: 5px; } Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Ongoing Development: https://generatepress.com/ongoing-development Author Posts Viewing 6 posts - 1 through 6 (of 6 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In