• Hello poeple,
    I use your theme on two websites and it works great.
    one: link is ready the other under construction.
    There is only one problem, the menu doesn’t scroll proper on phones!
    Do you have suggestions how to fix this?
    wkr Jack Holland

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello @gianpy81,

    The issue regarding the menu is seen in your site due to the fixed navigation displayed in the responsive ( mobile ) screen.

    To resolve the issue, please paste in the following custom CSS in your Admin Dashboard > Appearance > Customize > Additional CSS :

    @media(max-width:909px){
    .main-navigation ul{
     
       max-height: 80vh;
       overflow-y: auto;
    
    }
    }

    You can also post in your queries to the theme’s official support forum for dedicated and swift support at :

    https://catchthemes.com/support-forum/forum/rock-star-free/

    Hope this Helps,

    Best Regards !!

    Thread Starter Dariuszx

    (@dariuszx)

    Thanks Gianpy81,
    This is the solution I was looking for.
    Very quick respons within 24 hours, so thanks a lot.
    Wkr Jack Holland

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

The topic ‘Menu doesn’t scroll proper’ is closed to new replies.