[wp-meta] [Making WordPress.org] #6910: Content overflow issue in woocommerce store notice popup
Making WordPress.org
noreply at wordpress.org
Fri Apr 7 07:38:20 UTC 2023
#6910: Content overflow issue in woocommerce store notice popup
---------------------------------------+------------------------
Reporter: baroliyamayur | Owner: (none)
Type: defect (bug) | Status: closed
Priority: normal | Milestone:
Component: WordPress.org Site | Resolution: duplicate
Keywords: has-screenshots has-patch |
---------------------------------------+------------------------
Comment (by viralsampat):
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,
--
Ticket URL: <https://meta.trac.wordpress.org/ticket/6910#comment:3>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org
More information about the wp-meta
mailing list