- This topic has 1 reply, 2 voices, and was last updated 1 year, 8 months 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.
Hello,
I recently purchased Ashe Pro.
I would like to have the Logo at the “Top Left Corner”
How can I manage this with the CSS, or do I have to do it different?
Thanks for your help
Hi Konrad,
At first, thank you for choosing our theme and service.
Please navigate to Dashboard > Appearance > Customize > Additional CSS section add the following snippet:
.header-logo {
float: left;
margin-left: 5%;
}
Kind Regards