Tagged: logo, no padding
To whom this may concern,
I am working with your enfold theme in a sidebar men setting. I am trying to remove the padding around the header logo in the top left (making it flush with the top, left, and right side of the container. I’ve tried all the snippets from various forum topics, but nothing is working. Any help would be greatly appreciated.
Hey mattnystrom,
Thanks for using Enfold :) Try adding this code in Quick CSS (located in Enfold > General Styling):
.html_header_sidebar .logo {
padding: 0 !important;
}
Hope this helps :)
Best regards,
Nikko