Okay
  Public Ticket #325236
Portfolio header image on mobile
Closed

Comments

  • J started the conversation

    Hi Nectar,

    Thanks for an awesome theme!

    I managed to customize a porfolio page exactly like I wanted it, using your own custom css:

    .project-title {

    display: none!important;

    }

    html body.single-portfolio .container-wrap {

    padding-top: -40px !important;

    }

    Only problem is, the header image doesn't show up on mobile. Do you have a solution for this?

    Cheers,

    J

  •  8,470
    Tahir replied

    Hey J!

    Its actually being removed intentionally . Add this into the Custom CSS box located in your Salient Options panel :

    #page-header-wrap,.single-portfolio #page-header-bg {
        height: 457.142857142857px !important;
    }

    Thanks 


    ThemeNectar Support Team