Reply 209399 to: More links in Account-Menu?

Avatar: Rose Tyler
Rose Tyler
Support staff
February 18, 2019 at 09:51

Hello,

Fixed header is generated automatically by the script. That’s why if you want to change its content you need to edit script (xstore/js/etheme.js, xstore/js/etheme.min.js).

Also, there is another solution. You can disable the Fixed header via Theme Options and add this code in Global custom css:

.header-wrapper {
    position:  fixed;
    width: 100%;
    z-index: 12;
}
.home .content-page {
    padding-top: 3.4vw;
    background-color: #131927 !important;
}
.page-heading {
    padding-top: 8em;
}
@media (max-width: 480px) {
    .blog .content-page {
        padding-top: 6em;
    }
    .home .content-page {
        padding-top: 3.5em;
    }
    .content-page {
        padding-top: 3em;
    }
    .single-post .content-page, .page-content{
        padding-top: 4em;
    }
}

https://gyazo.com/0c565dadd2c9f897202928292c23af5c

Regards

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.