Okay
  Public Ticket #263450
Moving Portfolio filter below items
Closed

Comments

  • Will started the conversation

    Hi there,

    I'd like to have the portfolio filters showing BELOW all of the portfolio items on my home page (rather than above). I know this sounds a little odd!

    Because I want this just on my home page, is there a CSS edit? I don't want the same to happen on the Portfolio page you see.

    Thanks!

  •  8,839
    Tahir replied

    Hey,

    Sure, Add this into the Custom CSS box located in your Salient Options panel : 

    
    #portfolio-filters-inline.non-fw {
        position: absolute;
        bottom: 0px;
        margin-bottom: 61px !important;
    }
    
    
    .wpb_wrapper > div.portfolio-wrap {
        padding-bottom: 30px !important;
    }
    
    
    

    Cheers


    ThemeNectar Support Team 

  • Will replied

    That works beautofully. Thanks so much!