Title categories menu pop out outside screenview.
-
Hello,
Just found that the very right category menu in header title opens the child popup outside the screenview. Have a look here: http://as.arctic-fritid.no/butikk/
Then hover the category STANGBYGGING and then in the popdown menu hover the SNELLEFESTER and you will see the next menu popout to the right and out of the screen.
Brgds
Rune
Hello,
Please, provide us a screenshot of this problem for better understanding.
Kind Regards
Hello,
Here we go and as you can see from the screenshot 50% of the popout menu goes outside screenview. It should better popped out to the left.
Brgds
Rune
Attachments:
You must be
logged in to view attached files.
Hi,
Try to add the following code snippet to the Desktop Custom CSS area in Theme Settings.
body .woodmart-product-categories .cat-item-17 .children .children {
left: auto;
right: 100%;
}
Regards