Home Forums Space themes support forum Traying to remove xts-site-wrapper top padding in Hitek theme

Traying to remove xts-site-wrapper top padding in Hitek theme

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #473104

    spletster
    Participant

    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.
    #473111

    spletster
    Participant

    I just remembered that I can / should add the this code under Tablet & mobile CSS

    .xts-site-wrapper {
    padding-top: 0;
    }

    #473346

    Luke Nielsen
    Keymaster

    Hello,

    Yep, you are right. So most likely it is fixed the issue. In any case, just let me know if you have the same issue.

    I await your response.

    Kind Regards

Viewing 3 posts - 1 through 3 (of 3 total)