Hello, the site I am working on how do I expand the padding around the logo? My logo is literally touching the small bar above the menu. I need it to have some space between the logo and the line. Can you please assist me with this? I don’t see where I can edit this anywhere.
I have loaded the information below to view the site.
Thank you
Hi Maggie,
Please go to Enfold > General Styling > Quick CSS and add this CSS code:
#top .logo .alternate.avia-standard-logo {
padding: 10px 0 0 0 !important;
}
Best regards,
Nikko
Thank you so much this worked perfectly for the top. How about the bottom of the logo? I need the padding on the bottom as well can you please assist me with another code to add there for the logo please?