Okay
  Public Ticket #343402
Disable Sort-able Portfolio?
Closed

Comments

  • Collin started the conversation

    I figured how to disable sort-able portfolio, Now I get an unwanted padding at the top of the portfolio, and it gets cut off at the bottom too. 

     Link:

    http://collinrobert.com/?page_id=733

    Thanks

  •  8,416
    Tahir replied

    Hey!

    Add this into the Custom CSS box located in your Salient Options panel :
    html body .container-wrap {
        padding-top: 55px !important;
    }
    
    Thanks


    ThemeNectar Support Team 

  • Collin replied

    Wow, Im still having a problem at the bottom however.  It gets cut off... I tried adding a "Divider-with black background" but it created a blank white space.

    Link:

    http://collinrobert.com/?page_id=733

  •  8,416
    Tahir replied

    Hey Again!

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


    ThemeNectar Support Team 

  • Collin replied

    Thanks, Can you tell me how to fix the gap on the right side of the orange text box?

    Link: http://collinrobert.com/

    Attached Screenshot

  • Collin replied

    problem solved , thanks!