- This topic has 1 reply, 2 voices, and was last updated 2 weeks, 6 days ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
I’ve tried several CSS hacks to get the site title and tagline to left justify on the hero image. The site is https://maisonthyme.com/
Do you have any suggestions? Thank you!
Hi Scot,
At first, thank you for choosing our theme and service.
Please navigate to Dashboard > Appearance > Customize > Additional CSS and add the CSS snippet below:
.header-logo {
float: left !important;
}
.home .header-logo {
margin-left: 35px !important;
}
Kind Regards