delete white space in portfolio items

Home Forums Jevelin Theme delete white space in portfolio items

Home Forums Jevelin Theme delete white space in portfolio items

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    RESOLVED Posts
  • Antalvespo
    Participant

    it`s possible to delete this white spaces in pc and mobile?

    <a href=”https://snag.gy/Zs9XpW.jpg”>https://snag.gy/Zs9XpW.jpg</a&gt;

    Thanks a lot

    your support it`s great.

    • This topic was modified 4 years, 11 months ago by Antalvespo.

    Hi @Antalvespo,

     

    I hope you are well today and thank you for your question.

     

    Could you please share me the page URL from your site where it is displaying so that I can help you to remove it?

     

    Best regards,
    Shufflehound team

    Antalvespo
    Participant

    Here show the problem: https://snag.gy/Zs9XpW.jpg

    send the link in private.

    Thanks!

     

    • This reply was modified 4 years, 11 months ago by Antalvespo.

    Solution for this topic

    You can delete that white space by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    #page-container .sh-portfolio-columns4 .sh-portfolio-item {
        padding: 0 !important;
        margin: 0 !important;
    }
    
    section#porfolio {
        padding: 0;
    }

    Antalvespo
    Participant

    thanks!!

    You are most welcome here 🙂

Viewing 6 posts - 1 through 6 (of 6 total)