Hello,
The menu on my website is sticky/fixed, which can cause overlap when scrolling. For example on this page: https://www.rules-chess-strategies.com/en/e-shop/category/17-lesson This is a page from Hikashop. Please note that this is not a hikashop problem but page builder problem because other hika pages are working just fine: https://www.rules-chess-strategies.com/en/all-products-en
The same thing happened on your extension portfolio page, LINK
https://www.rules-chess-strategies.com/en/chess-trainers-en
The body uses specific padding for the portfolio page, which can affect the positioning of elements on the page.
Question 01
How can I adjust the CSS in themis template?
Where can I find the template.css file to prevent this overlap?
Is this code correct:
.com-spsimpleportfolio.view-items #sp-main-body {
padding: 0px 0px 100px;
}
Question 02
If I added template.css, will it stay there after the update?