#6910 closed defect (bug) (duplicate)
Content overflow issue in woocommerce store notice popup
Reported by: | baroliyamayur | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | Swag Store (mercantile.wordpress.org) | Keywords: | has-screenshots has-patch |
Cc: |
Description
Content overflow issue in woocommerce store notice popup in mobile device.
Page URL:- https://mercantile.wordpress.org/
Issue Screenshot:- https://share.cleanshot.com/rcBJKKd86Cn0rL1n7wQ7
Change History (4)
#2
@
18 months ago
- Resolution set to duplicate
- Status changed from new to closed
Duplicate of #6904.
#3
@
18 months ago
Hello Team,
I have added the above-mentioned issue CSS.
.woocommerce-store-notice, p.demo_store { box-sizing: border-box; } @media only screen and (max-width: 768px) { body .woocommerce-store-notice, body p.demo_store { position: relative; } body .woocommerce-store-notice .woocommerce-store-notice__dismiss-link, body p.demo_store .woocommerce-store-notice__dismiss-link { position: absolute; right: 0px; } }
Thanks,
Version 0, edited 18 months ago
by
(next)
Note: See
TracTickets for help on using
tickets.
Please use the below CSS to resolve the issue.
See output: https://share.cleanshot.com/dylWgNJpqNfrdWSvmnkc