hi, on my page – link below
if im on a laptop – so smaller screen and hover on repair prices then go down to samsung, then phones and then S Series – it only show a couple of the categories within that, how can I get the menu to scroll to users can see all the subcategories?
thanks
Tim
Hi Tim,
Do you mean that you want to move the whole menu up on mobile? If not, then please try to explain your intentions a bit further, or post a screenshot highlighting the problem.
Best regards,
Rikard
hi, on mobile it is fine, this is on a desktop
if you see the following link and you will see how when using the menu it then disappears as the screen is too small to show the whole menu
http://fixedinminutes.co.uk/wp-content/uploads/2022/10/Screenshot-2022-10-19-at-15.25.00.png
thanks
Tim
Hi,
Thanks for the clarification. Please try the following in Quick CSS under Enfold->General Styling:
#top .av-main-nav ul ul ul, #top .av-main-nav ul ul ul ul {
top: -100px;
}
Best regards,
Rikard
awesome cheers
this will be not an easy job – because on default a drop-down menu could be set to scroll with different overflow settings for x, y direction.
But as a multilevel menu these settings will hamper the visibility of your second-level, third-level menu-items.
see your other posting – with same question.
rikards method worked first time
Hi,
Great, I’m glad that we could help. Please let us know if you should need any further help on the topic, or if we can close it.
Best regards,
Rikard
yes – that they goes to the right side – but on iphone12 landscape you could not scroll to those items on the bottom !
If you set the overflow-y to auto or scroll the flyout will not be seen.