Tagged: ,

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

    Hi,
    Is it possible to add padding to the Portfolio columns?
    The way they are currently setup places columns immediately next to each other and I’d rather there was a small amount of padding both top and bottom of each individual item and in the middle of the columns.

    Also, I have activated Large header in the Enfold admin section and it places any menu dropdowns below the header area rather than immediately below the menu. How can I remove some of this space?

    Thanks.

    #727372

    Hey kazooki,

    Thank you for using Enfold.

    I’m sorry but the page does not exist. Could you please re-create the test page so that we can inspect it? You can try the following css code.

    #top .isotope .isotope-item {
        padding: 10px;
    }

    Best regards,
    Ismael

    #727487

    Hi,

    Thanks for the reply.
    I added the code but it doesn’t appear to have changed anything.
    The main menu across the top of the page has a huge gap when you hover over a menu item that has sub-menu items, I’m concerned in some browsers the gap might not be navigable.

    Many thanks.

    #728160

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .av-main-nav ul {
        top: 70%;
    }
    

    It seems like you already figured out and added padding between portfolio items :)

    Best regards,
    Yigit

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