how to fix the itsolution theme menu bar

Home Forums All Other Themes how to fix the itsolution theme menu bar

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #198662
    MAMADOU SYLLAMAMADOU SYLLA
    Participant
    • Topics: 1
    • Replies: 0
    • Total: 1
    Member since: June 22, 2022

    I bought the IT Solution theme I would like to know how to make the menu always visible when you scroll down;

    #198691
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30588
    • Total: 30588
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    .header_wrap.layer_wrapper {
      position: sticky;
      top: -52px;
      float: left;
      width: 100%;
      z-index: 999999999;
    }

    Regards,
    Brad

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