• Resolved babiskalogirou

    (@babiskalogirou)


    Hello once more (i hope the last one) ??

    When i open the cart i see the whole site moving (a few pixels distance) from left to right. I checked on different servers, different themes and different browsers and it happens in all cases.

    Thank you in advance.

    Best regards.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author amans2k

    (@amans2k)

    Hi @babiskalogirou

    I can understand the point.

    Web pages normally are lengthy, vertical scrollbar comes for scrolling. Scrollbars are not visible on Mac but takes their space on other operating systems like windows.

    When a popup is opened, scrollbar for the body is removed via CSS so that popup content should remain on the page. And if that requires scrollbar then its own scrollbar can run.

    Our side cart is also a type of popup modal, its just it slides from right.

    If you check any site who has popups, you will find body scrollbar removed automatically when the popup opened. Check exit intent modals.

    When a scrollbar is removed, its default width is added back to the page document hence you feel a shift.

    But we discussed and the team is looking into it.

    If you have any suggestions, feel free to write.

    Thanks!

    Hi?@babiskalogirou,

    We recommend you to add this custom CSS in settings

    .fkcart-trigger-open, .fkcart-trigger-open body {
    overflow: initial !important;
    }

    Feel free to write back in new thread if anything else.

    Thanks
    Team Funnelkit

    Thread Starter babiskalogirou

    (@babiskalogirou)

    Hello @teamwoofunnels

    It worked like a charm! Thank you so much. You deserve the best!

    Best regards!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘The whole site moves from left to right when cart opens’ is closed to new replies.