Hi @Laura,
Maybe you could help me on something additional related to custom CSS:
I have this custom css on my Front Page
COPY CODE
.sticky-wrapper .kleo-main-header {
top: -70px !important;
position: fixed;
}
.sticky-wrapper.is-sticky .kleo-main-header {
top: 0px !important;
}
which I want it to be applied ONLY on that specific page… but somehow each Portfolio item seems to have copied this property… How could I fix this?
I repeat, the code above has been put ONLY on the Front Page custom CSS settings, and nowhere else. This is the website I am talking about.