My horizontal line is not uniform
-
My horizontal line is not uniform
http://prntscr.com/hl35f6
Hi,
You can disable countdown timer option for products in Theme Settings -> Shop to make all products look inline.
Regards
But I’m using it in my single product page.
You can disable it on the shop page only and use on the single product page. There are two different options for that.
Can you hide it with CSS?
Yes, please send us a link where we can see it and we will prepare a code snippet for you.
Thanks, I’ve solved the problem.
But I got another problem when my 3 column web site used on the (Tablet PC) is not good.
I expect that update 1.7.1 will solve the problem of 3 columns on the Tablet
http://prntscr.com/hlb00r
How exactly would you like to solve it and make look better?
I think this is the most reasonable. 2 vertical columns and 1 horizontal row.
And how do you solve it?
http://prntscr.com/hlu8jr
I’m not as good at design as you, but I have a lot of good ideas on photoshop sent to you.
Oh my file is blocked upload,
See this photo hint
http://prntscr.com/hlufk3
Please delete me # 28270
Hi,
Try to add the following code snippet to the Custom CSS section for tablet devices only
div.product-image-summary-inner {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.product-image-summary-inner > div {
-ms-flex-preferred-size: 100%!important;
flex-basis: 100%!important;
max-width: 100%!important;
width: 100%!important;
}
.product-image-summary-inner .product-images {
margin-bottom:20px;
}
div.product-image-summary-wrap .product-image-summary {
-ms-flex-preferred-size: 70%;
flex-basis: 70%;
max-width: 70%;
width: 70%;
}
div.product-image-summary-wrap .area-sidebar-product-single {
-ms-flex-preferred-size: 30%;
flex-basis: 30%;
max-width: 30%;
width: 30%;
}
Regards
Thanks for looking cool.
Will this be applicable to everyone?
Update theme for all.
http://prntscr.com/hlw6o4
We will consider improving the product page layout for tablet devices in the future too.
The topic ‘My horizontal line is not uniform’ is closed to new replies.