• Hi guys,

    I need help with the header in the Dollah theme: I want to include an image in the header and align it to the left side. If I just insert the image, it’s centered. Where can I Ccange that (preferably without “brutally” editing the code, but in the customizer section?

    Many thanks for your Help.
    Stef

Viewing 1 replies (of 1 total)
  • The following in Appearance->Customize->Additional CSS should get you close

    .site-branding #site-logo {
    	float: left;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘How do I align logo/image in header to the left’ is closed to new replies.