Tagged: , ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #846443

    Hello,

    I would like to know whether it’s possible to have a HEADER and a TOP BAR on mobile, that sticks to the top of the page, just as in computer.

    Thanks

    #846449

    Hey newtonlinchen,

    It is possible, please provide a link to the site in question so we can look into this further.

    Best regards,
    Jordan Shannon

    #846451
    #846456

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    @media only screen and (max-width: 768px) {
    .responsive #top #wrap_all #header {
        position: fixed;
        top: 0;
        width: 100%;
    }
    .html_header_top.html_header_topbar_active.html_header_sticky #top #main {
        padding-top: 154px!important;
    }}
    

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.