Hello,
You helped me change the look of a single product page one month ago.
I don’t t know what happened, but suddenly the site has changed and it looks ugly. The upper columns are wider than the description and besides they stick together and there is no margin between them.
https://gry4you.com/wp-content/uploads/2018/02/single-product-page_1.jpg
I added a code that I received from you two weeks ago, but today is something wrong:
.single-product .product-content .row>div {
border: 1px solid #e6e6e6;
}
.single-product-booking .product-side-information {order: 3;}
.single-product .product-content .product-images {order: 2;}
.single-product .product-content .product-images,
.single-product-booking .product-side-information,
.product-fixed-content .product-information,
.left-bar .tab-content, .left-bar .left-titles li.active {
background-color: #fafafa;
}
.single-product-booking .product-side-information-inner>div {
padding: 50px 0;
}
@media screen and (min-width: 1200px){
.single-product .product-content .product-images,
.single-product-booking .product-side-information,
.product-fixed-content .product-information {
width:33.333%
}
.single-product .product-content .row>div {
margin: 10px;
padding: 15px;
}
}
@media only screen and (max-width: 992px){
.single-product-booking .product-side-information, .product-fixed-content .product-information {
width: 100%;
}
}
Single product page should have margin between colum 1, 2 and 3 and the same width size like here:
https://gry4you.com/wp-content/uploads/2018/02/single-product-page_2.jpg
PS. More info you will find in a Private Content.
Regards
Damian