Fixed Menu Header?

Support Forums Cian – WP Theme Fixed Menu Header?

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #5565
    Cavalry Design
    Participant

    Hi,

    Can you tell me, is it possible t fix the menu header?

    The white bar, that contains the logo and the menu items, I’d like this to be fixed.

    Please let me know.

    Thanks

    Richard

    #5566
    CreaboxThemes
    Keymaster

    Hi,

    in the page Appearance > Theme Options > Custom Scripts, in the option Custom CSS, add the next code:

    .navbar-fixed-top{
        top: 0px !important;
    }

    Regards

    #5567
    Cavalry Design
    Participant

    HI,

    Thank you for your response.

    But, it didn’t seem to work. Any ideas why not?

    Thanks

    Richard

    #5568
    CreaboxThemes
    Keymaster

    It’s really strange. I have made the test and it works correctly.

    Could you send me your url to check it please?

    Regards

    #5569
    Cavalry Design
    Participant

    Hi,

    Thank you for your prompt response.

    http://www.teachleics.co.uk

    Regards

    Richard

    #5570
    CreaboxThemes
    Keymaster

    Sorry, the previous code is wrong. This is the correct:

    #header-horizontal-top{
        top: 0px !important;
    }

    Regards

    #5571
    Cavalry Design
    Participant

    Great,

    Worked perfectly.

    Thanks

    #5572
    CreaboxThemes
    Keymaster

    Ok, regards. 😉

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