0% found this document useful (0 votes)
11 views

Display Width Text-Align Margin-Top

This document contains CSS code that sets widths, paddings, and other styling properties for various elements on WooCommerce product pages when viewed on screens at least 1001px wide. It styles things like product images, info boxes, tabs, buttons, and more.
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
11 views

Display Width Text-Align Margin-Top

This document contains CSS code that sets widths, paddings, and other styling properties for various elements on WooCommerce product pages when viewed on screens at least 1001px wide. It styles things like product images, info boxes, tabs, buttons, and more.
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

@media only screen and (min-width: 1001px) {

.woocommerce ul.products li.product .product_list_thumb_link, .woocommerce-page ul.products


li.product .product_list_thumb_link {
width: 189px;
}
.woocommerce-page ul.products li.product .product_info_box, .woocommerce ul.products
li.product .product_info_box {
background-color: #fff;
padding: 20px 22px 21px 0px;
width: 189px;
}
.woocommerce ul.products li.product .top-product-section {
width: 189px;
}
}

.woocommerce .summary .q_tabs.woocommerce-tabs ul {

1. display: inline-block;
2. width: 100%;
}
.woocommerce.single-product button.single_add_to_cart_button {
1. text-align: center;
2.
margin-top: 9px;
}

.woocommerce div.product .cart {


1. width: 100%;
}
.q_tabs.boxed .tabs-nav li a {
1. text-align: center;
}

.woocommerce-page .button, .woocommerce-page button.button {


1. width: 66%;
2. height: 42px;
3. text-align: center;
}

.woocommerce.single-product button.single_add_to_cart_button, .product .summary .yith-wcwl-add-


to-wishlist .yith-wcwl-add-button a, .product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-
wishlistaddedbrowse a, .product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-
wishlistexistsbrowse a

You might also like