Home Forums WoodMart support forum Title categories menu pop out outside screenview.

Title categories menu pop out outside screenview.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #144363

    metuza
    Participant

    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

    #144432

    Artem Temos
    Keymaster

    Hello,

    Please, provide us a screenshot of this problem for better understanding.

    Kind Regards

    #144623

    metuza
    Participant

    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.
    #144630

    Bogdan Donovan
    Keymaster

    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

Viewing 4 posts - 1 through 4 (of 4 total)