Site logo

Archived topic

the Site Title & the logo

5 replies · Started by omer on October 20, 2016

Viewing posts 1–6 of 6

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?

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 :)

This archived topic is closed to new replies.