Fix the space in portfolio

There are gaps between the portfolio posts… I think the error is in " transform: translate3d…"

I tried stopping the plugins and the problem persists.

When are you going to fix this?

Hello @pocomaxs2,

Thanks for writing to us.

I checked your site it seems that it is working fine at my end. It might be the issue of the browser cache since I would suggest you please clear your browser cache and then check it again.

Hope it helps
Thanks

Hi, I cleared the cache, and also tried other browsers… I still get the space between the pictures…

I also have the same spaces on my iPad and two of my phones…

Hello Pavel,

Do you want to eliminate those spaces in between the portfolio items?

If that is the case, Using your browser’s Development Tool, you can check the live HTML code and find which CSS selector you need to use or what CSS code has been used to style the page.

Check out this video demonstration:

Based from your site’s portfolio page, you have this:

The space is coming from the built-in CSS in the theme’s stack style.css file.

.x-iso-container>* {
	padding: 0 1em 2em !important;
}

You can use the CSS code and modify it by setting the padding to 0 and then add the code in Cornerstone > Theme Options > CSS.

Be advised that custom coding is beyond the scope of our support under our Support Policy. If you are unfamiliar with code and resolving potential conflicts, you may select our One service for further assistance.

Best Regards.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.