• Resolved richardxp

    (@richardxp)


    current site logo is above site title, how could I make it in front of site title

    • This topic was modified 5 years ago by richardxp.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author VW THEMES

    (@vowelweb)

    Hello @richardxp,

    Add the below CSS code in additional CSS, for that go to Dashboard >> Customize >> Additional CSS >> Paste the below CSS code >> Publish it.

    .logo h1 a, .logo p.site-title a{
    font-size: 22px;
    }
    .site-logo {
    float: left;
    }
    .logo h1,
    .logo p {
    float: right;
    }

    Thanks

    Thread Starter richardxp

    (@richardxp)

    tried that, but still not in same line https://gwtractor.com. thanks

    Theme Author VW THEMES

    (@vowelweb)

    Hello @richardxp,

    Remove previous CSS code and add the below CSS code in additional CSS.

    .logo h1 a, .logo p.site-title a {
    font-size: 16px;
    }
    .site-logo {
    float: left;
    width: 34%;
    }
    .logo h1, .logo p {
    display: contents;
    }

    Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘how to make site logo inline with site title?’ is closed to new replies.