Hi,
I’m traying to remove xts-site-wrapper top padding, which appears whenever the mobile (or tablet) header is displayed.
It’s defined by:
element.style {
padding-top: 142px;
}
You can see it in action in Hitek demo as well (on every page, products included).
Easy visable on Home 3:
https://space.xtemos.com/demo/hitek/home-3
Any idea how to remove it? – in tablet & mobile view only
I think it works when I use following custom CSS, but is there any other way?
@media (max-width: 1025px) {
.xts-site-wrapper {
padding-top: 0;
}
}
Ragards,
Tomaz
Attachments:
You must be
logged in to view attached files.