Hi
Is it possible to change the position of the logo in the header? I would like more padding to the left of it.
Many thanks
Hey Picante,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
strong.logo {
padding-left: 25%;
}
Adjust the percentage to your liking.
Best regards,
Jordan