• Resolved zohrabt

    (@zohrabt)


    We keep having a problem with the mobile alignment of the slideout icon. On mobile screens, the icon does not align at the end of the screen with the rest of the page. It aligns outside of the margins and becomes invisible. You have to zoom out from the mobile view and then more screen space is generated and then the icon becomes available. It looks ok desktops but it extends the screen on the mobile version somehow and unnecessarly.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Support mediawebster

    (@mediawebster)

    Hello

    Try in file – wp-content\plugins\woocommerce-products-filter\ext\slideout\js\slideout.js – Please change code – https://c2n.me/4aold28.png
    And do a test

    function woof_slideout_screenHeight(){
        return  jQuery(window).height();
    }
    function woof_slideout_screenWidth(){
        return jQuery(window).width();
    }
    • This reply was modified 3 years, 11 months ago by mediawebster.
Viewing 1 replies (of 1 total)
  • The topic ‘Mobile Alignment’ is closed to new replies.