VizupCommerce

On mobile, video widget is not visible. How to fix it?

Some themes like Tinker does not set width for App Block Sections. Please add the following Custom CSS to the App Block Section:

.shopify-app-block {
  width: 100%;
}
Custom CSS for full width block
← Back to All Tutorials