Tagged: columns, Responsive, rows
Hi
I was wondering how to change the number of columns on a row in the responsive view
I want it to only show 1 column pr. row when the screen goes below 980px (where there is a breakpoint today)
How is that possible?
Site URL: hidden Theme version: 1.2 WooCommerce version: 2.4.5Hello,
Do you mean columns on Shop page?
Please show a screenshot what you want to achieve.
Thank you.
Best regards,
Jack Richardson.
Hello,
Please use this code in 8Theme Options > Typography > Custom CSS > Global Custom CSS:
.fixNav-enabled .fixed-active .cart-design-2.design-white .cart-bag:before, .fixNav-enabled .fixed-active .cart-design-2.design-white .cart-bag .badge-number {
border-color: white;
}
.fixNav-enabled .fixed-active .cart-design-2.design-white .cart-bag .badge-number:before {
box-shadow: 0px 0px 0px 35px #FFF inset !important;
}
.fixNav-enabled .fixed-active .cart-design-2.design-white .cart-bag .badge-number {
color: #3D3D3D !important;
}
Regards,
Eva Kemp.
Hello,
Use this code in Custom CSS:
@media (max-width: 992px) {.cart-design-2 .shopping-cart-widget .cart-bag::before {
border: 2px solid white;
}
.cart-design-2 .shopping-cart-widget .cart-bag .badge-number::before {
box-shadow: 0px 0px 0px 35px white inset;}
.cart-design-2 .shopping-cart-widget .cart-bag .badge-number {
background-color: #FFF;
color: #3D3D3D;
}}
Regards,
Eva Kemp.
Hello,
As I see you’ve added this code in child style.css:
.content.main-products-loop.col-md-12 {
margin-top: -120px !important;
}
Remove it or edit it to
@media (max-width: 1200px) {.content.main-products-loop.col-md-12 {
margin-top: -120px !important;
}}
and check the site then.
Regards,
Eva Kemp.
You must be logged in to reply to this topic.Log in/Sign up
One standard license is valid only for 1 project. Running multiple projects on a single license is a copyright violation.
The message was successfully sent
Your shopping cart is empty
Seems you did not register purchase code for Classico WordPress Support Forum to be able to create a topic on this forum.