Okay
  Public Ticket #2420614
Header bottom spacing for portfolio pages
Closed

Comments

  •  6
    usinarq started the conversation

    Hi there,

    I want to put spacing between header and body in portfolio pages. I tried to do it from HEADER SETTINGS (please see picture) but it works for all pages but portfolio pages.

    Is possible to add that gap also in portfolio pages?

    Kind regards,

    Darío  

  • [deleted] replied

    Hi Darío,

    I can see that there is already a margin-top: 30px, if you want to increase or decrease that margin then please add the code below to your Custom CSS area:

    .single-portfolio .page-container {
        margin-top: 50px;
    }

    Have a nice day!

  •  6
    usinarq replied

    Hello Ylli,

    I tried including the CSS you say, and it moves all the content of page-container but it doesn´t work to make the white gap I need, as in the rest of the pages :(

    Probably it´s because of the black background. 

    I will really appreciate it if you know any way to do it and you can tell me.

    Best regards,

    Darío  

  • [deleted] replied

    Hi Darío,

    Please see this video: https://d.pr/v/V15CiC

    Thanks!