Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #727616

    Hey there,

    I need support for more padding between the portfolio grid elements and get rid of the grey frames/borders. Can you help me please?

    Thanks and cheers!

    #727643

    Hey cyahome!

    Please do use the following and let us know if it works

    #top .no_margin.av_one_fourth { width: 24% !important; }

    Thanks a lot

    Regards,
    Basilis

    #727934

    Hey Basilis,
    sadly didn’t changed anything … how to get rid of the borders and increase padding between items?
    Cheers, Sia

    #727956

    Hi,

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

    .grid-entry .inner-entry {
        box-shadow: none;
        padding-right: 5px;
    }
    

    Best regards,
    Yigit

    #727960

    Great Yigit,

    that did it! One more thing … how do I center the text?

    Cheers, Sia

    #727964

    Hi!

    Please add following code to Quick CSS as well

    h3.grid-entry-title.entry-title {
        text-align: center;
    }

    Regards,
    Yigit

    #727976

    Yes, thank you! Have a great holiday saison!

    #728005

    Hi!

    You are welcome! :)

    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Happy holidays!

    Regards,
    Yigit

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Portfolio Grid’ is closed to new replies.