Home Forums WoodMart support forum After update to 6.1.5 i have problem with added to cart popup

After update to 6.1.5 i have problem with added to cart popup

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #325081

    fineorganics
    Participant

    Theme now set to .popup-added_to_cart { max-width: 450px; text-align: center; }
    but earlier it was 900px
    I am not have custom code to width

    Attachments:
    You must be logged in to view attached files.
    #325208

    Luke Nielsen
    Keymaster

    Hello,

    In the last update, we didn’t change the “add to cart” popup, and it was always 450 pixels wide.

    In order to increase the width of the popup, try to add this custom CSS in Theme Settings -> Custom CSS -> put this code in the “Global Custom CSS” field.

    .popup-added_to_cart { 
      max-width: 900px; 
    }

    Kind Regards

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