Home Forums Basel support forum Header behaviour

Header behaviour

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #27719

    faliqzul
    Participant

    Hi,

    I noticed that my header Menu changes its location from Left to Center upon scrolling down.
    I would like for it to stay the same place as before scrolling.
    Website: http://khayen.com

    Regards

    Attachments:
    You must be logged in to view attached files.
    #27741

    Artem Temos
    Keymaster

    Hi,

    Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue

    div.sticky-header .main-nav {
        text-align: left;
    }

    Regards

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