Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1368656

    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

    #1368661

    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

    #1368754

    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?

    #1368771

    Hi,

    Please try this instead:

    #top .logo .alternate.avia-standard-logo {
        padding: 10px 5px 10px 5px !important;
    }

    Note that you adjust the values yourself. The values are as follows from start to end: top right bottom left

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.