woocommerce-layout__activity-panel-wrapper
-
Hey guys, the activity wrapper creates an issue on mobile and I cannot see a way to hide it other than CSS.
Screenshot: https://snipboard.io/fZyalh.jpg
This fixed the issue:
.woocommerce-layout__activity-panel-wrapper {
width: 100%;
display: none;
}`
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘woocommerce-layout__activity-panel-wrapper’ is closed to new replies.