Portfolio item - Container top margin

Hi,

I have tried several CSS to remove the margin between the portfolio item container and the top menu, but with no success.
I already have several CSS for my portfolio, so I don’t know if the option i tried are just creating conflicts.

Can you help?

UPDATE: I solved it! I went and inspect the element, and tried the CSS from the inspector and it worked.

.x-container.offset {
margin-top: 0px;
}

Thank you anyway :slight_smile:

Glad it’s working and thanks for sharing!

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