• Resolved thisiserinkitch

    (@thisiserinkitch)


    Hi Vinod,

    I was wondering if there’s a way of making the main menu (the one that appears on the Home page) visible at the top of all the sections if you go to that section? I am unable to add a widget to that area if I go to the backend of each section – it only allows me to add skills widgets etc. Help??

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @thisiserinkitch,

    I hope you are well today and thank you for your question.

    You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

    Admin Area -> Appearance -> Customize -> Additional CSS

    
    #header .top-header{
        position: fixed;
        z-index: 99;
        top: 0;
        left: 0;
    }

    Best regards,
    Vinod Dalvi

    Thread Starter thisiserinkitch

    (@thisiserinkitch)

    This worked! Thank you so much for your help.

    Erin

    You are most welcome here ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Scrolling menu?’ is closed to new replies.