Reply To: the Site Title & the logo

Home Forums Support the Site Title & the logo Reply To: the Site Title & the logo

Home Forums Support the Site Title & the logo Reply To: the Site Title & the logo

#237716
Tom
Lead Developer
Lead Developer

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;
    }
}