Okay
  Public Ticket #282141
Why is there a margin at the bottom of portfolio grid?
Closed

Comments

  • Nathan started the conversation

    Im inputting the portfolio element in and it keeps putting this (it think) 35px margin at the bottom, creating a really obvious gap. Why is it doing this?

  •  8,839
    Tahir replied

    Hey!

    Can you please provide the page url so i can write up some custom css to sort this. 

    Thanks


    ThemeNectar Support Team 

  • Nathan replied

    Hey Tahir,

    The website is www.conservatoryplus.co.uk

    Its still in the early steps so forgive how naff it looks lol

    Cheers,

    Nathan

  •  8,839
    Tahir replied

    Hey!

    Add this into the Custom CSS box located in your Salient Options panel :
    .home .wpb_row {
        margin-bottom: 0px !important;
    }
    
    Thanks


    ThemeNectar Support Team 

  • Nathan replied

    Hey Tahir,

    Sorted that out brilliantly! Thank you :D