• Resolved rpstephens11

    (@rpstephens11)


    I have just launched a site using the Baskerville theme. I have managed to add a logo to the header, but it is in the center and I want it to be on the left, preferably slightly above center and I cannot figure out how to move it. Any help would be appreciated.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Please go to Appearance->Customize->Additional CSS option then add that code

    .header-inner div, .header-inner h3{
       text-align: left;
    }

    If not work the first one then put that code please

    .header-inner div, .header-inner h3{
       text-align: left !important;
    }
    Thread Starter rpstephens11

    (@rpstephens11)

    Thanks! The second one did the trick!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Moving Logo in Header’ is closed to new replies.