Jump to content

Color atrributes in 2 lines | height of box


angels92

Recommended Posts

hi..
change the css property on file themes/leo_minimal/assets/css/theme.css appox line number 20921

 

.product-variants > .product-variants-item {
    width: 50%;
    text-align: center;
    margin-bottom: 9px;
    float: left;
}

to

.product-variants > .product-variants-item {
    width: 100%;
    text-align: center;
    margin-bottom: 9px;
    float: left;
}

thanks

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...