Viewing 5 reply threads
You must be logged in to reply to this topic.
I recently added a new portfolio item to my website, and it completely broke my portfolio page layout. The second row from the top, there are two gaps on the left side, and I certainly didn’t put them there. Is there any way I can correct this?
Hello,
You can fix this with a little custom css. Set a minimal height to the portfolio items. Add the code into your custom css box. If you need help with it, send us your site’s url. So we can give you the exact code to add.
Let us know.
Best regards!
Hello,
Please add this code into your custom css box:
.five-cols .portfolio-item {
min-height: 155px !important;
}
This is the result: https://www.clipular.com/c/6009484773425152.png?k=6NULBAgBny4Hxaa1W7O9YXrF0r4
Let us know if you need further help.
Best regards!
Thank you for the tip. Unfortunately, I didn’t get the same result on my end. Could there be other CSS that may be interfering with this?
Hello,
Please send us some valid wp credentials in a private reply. So we can check what is stopping it from giving the same result.
Best regards!
You must be logged in to reply to this topic.