Margin problem in portfolio item page

Hi!
I have some problems with my portfolio item page.
In my cornerstone composition (2 sections) I’ve witdh (left anf right) marging but it appears different between this sections. I don’t understand why. I try to search this padding with Chrome Inspector code but I don’t found nothing.

Thanks!

Hello @albking,

Thanks for writing in.

I can’t seem to find a link to a portfolio page through your account. Would you mind providing a link to one of your portfolio pages so that we can check it?

Thank you.

Why not!
Sorry.

http://www.joeland.cat/?x-portfolio=ma-1

Hey @albking,

Thanks for providing the link.

Please add this code in your Global CSS in the Theme Options:

.x-main .envira-gallery-wrap {
    margin-left: -15px;
    margin-right: -15px;
}

Hope this helps.

1 Like

Thanks!!! It works!

You’re most welcome, @albking. :slight_smile:

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