Home › Forums › Jevelin Theme › delete white space in portfolio items
Home › Forums › Jevelin Theme › delete white space in portfolio items
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>
Thanks a lot
your support it`s great.
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
Here show the problem: https://snag.gy/Zs9XpW.jpg
send the link in private.
Thanks!
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; }
thanks!!
You are most welcome here 🙂