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 !!
Thanks Gianpy81,
This is the solution I was looking for.
Very quick respons within 24 hours, so thanks a lot.
Wkr Jack Holland