Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save AnanthFlycart/a4237227b087daefb5d5f492a4ad05dc to your computer and use it in GitHub Desktop.

Select an option

Save AnanthFlycart/a4237227b087daefb5d5f492a4ad05dc to your computer and use it in GitHub Desktop.
CUW: FBT mobile grid 2x2 view
@media only screen and (max-width: 480px) {
.cuw-fbt-products.cuw-mobile-responsive .cuw-gird {
gap: 24px !important;
justify-content: left !important;}
.cuw-fbt-products.cuw-mobile-responsive .cuw-product {
width: 120px !important; }
.cuw-fbt-products.cuw-mobile-responsive .cuw-product-card {
width: 120px !important; }
.cuw-fbt-products.cuw-mobile-responsive .cuw-product-image {
height: 120px !important;
width: 120px !important; }
.cuw-fbt-products.cuw-mobile-responsive .cuw-product-separator {
display: none !important; }
.cuw-fbt-products.cuw-mobile-responsive .cuw-buy-section {
padding: 4px 24px !important; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment