Archived topic
the Site Title & the logo
5 replies · Started by omer on October 20, 2016
hi ,
i want to put my logo on the site title and on the same row (or line ) i want to have my brand name exactly like you did in your site (generatepress ) .
the thing is the logo is coming always on the bottom & not on the same line .
glad for some help /
thanks
Hi there,
Can you link me to your site so I can see what's happening?
http://www.buildingawebsite.co.il/
thanks tom
Ah, looks like you're wanting to do this: https://generatepress.com/forums/topic/logo-next-to-site-title/#post-118692
However, since you're using RTL, you'll want to do it like this:
@media (min-width:769px) {
.nav-float-left .inside-header .site-branding {
display: inline-block;
float: none !important;
}
.nav-float-left .inside-header .site-logo {
margin-left: 20px;
}
}
it works perfect !!!
i want to let you know that i am very satisfied from your thenme and especially from your outstanding support .
thank you tom for always there for me .
regards omer
Great to hear! Always happy to help :)