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 