Site logo

Archived topic

Logo to left

1 reply · Started by James on January 18, 2018

Viewing posts 1–2 of 2

I've just installed a new site with GP theme and GP Premium. I'd like the logo to be on the left and aligned vertically with the Site Title and tagline. I've tried the following css from the docs but it doesn't do anything? You can see test site here:


@media (min-width:769px) {
    .site-branding {
        display: inline-block;
    }

    .site-logo {
        float: left;
        margin-right: 20px;
    }
}
This archived topic is closed to new replies.