Okay
  Public Ticket #261074
Black line on single portfolio item page (on iPAD)
Closed

Comments

  • Alfiya started the conversation

    hello team,

    it's looking good on desktop but on iPad I have black line under single portfolio item. Is it possible to get rid of it? 

    I attached the screenshot.

    Thank you very much!

    Alfiya

  •  8,839
    Tahir replied

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

    html body.single-portfolio .container-wrap {
        padding-top: 2px!important;
    }
    

    cheers


    ThemeNectar Support Team