"top Menu" & "quick Menu" Wrong Orientation

We're running 4.3.1 and using the default “Brightness” theme. When we view the site on mobile the top menu and the the quick menu drop down menu opens to the left, outside of the mobile screen. We're not using the currency menu or the language menu so these menus are flush left. We don't see any option to change this so the drop down menu opens to the right. Is there a way to fix this?

it might be a bug of new version please inform CS-Cart support about it



best regards,

WSA team

We found a fix to this bug:



Go to the Theme Visual Editor and in the “Custom CSS” section add this code:



.ty-float-left .ty-text-links-wrapper .ty-text-links_show_inline {

left: 0;

right: inherit;

}