Home / Forums / WoodMart support forum / My horizontal line is not uniform
Home › Forums › WoodMart support forum › My horizontal line is not uniform
My horizontal line is not uniform
- This topic has 15 replies, 2 voices, and was last updated 7 years, 11 months ago by
Artem Temos.
-
AuthorPosts
-
December 9, 2017 at 5:13 am #27962

ducphuliParticipantMy horizontal line is not uniform
http://prntscr.com/hl35f6December 9, 2017 at 8:31 am #27973
Artem TemosKeymasterHi,
You can disable countdown timer option for products in Theme Settings -> Shop to make all products look inline.
Regards
December 9, 2017 at 12:12 pm #27992
ducphuliParticipantBut I’m using it in my single product page.
December 9, 2017 at 1:31 pm #28003
Artem TemosKeymasterYou can disable it on the shop page only and use on the single product page. There are two different options for that.
December 9, 2017 at 3:40 pm #28034
ducphuliParticipantCan you hide it with CSS?
December 9, 2017 at 5:03 pm #28065
Artem TemosKeymasterYes, please send us a link where we can see it and we will prepare a code snippet for you.
December 9, 2017 at 7:45 pm #28095
ducphuliParticipantThanks, 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 TabletDecember 10, 2017 at 11:29 am #28139
Artem TemosKeymasterHow exactly would you like to solve it and make look better?
December 11, 2017 at 6:37 am #28270
ducphuliParticipantI think this is the most reasonable. 2 vertical columns and 1 horizontal row.
And how do you solve it?
December 11, 2017 at 6:55 am #28271
ducphuliParticipantI’m not as good at design as you, but I have a lot of good ideas on photoshop sent to you.
December 11, 2017 at 6:59 am #28275
ducphuliParticipantOh my file is blocked upload,
See this photo hintPlease delete me # 28270
December 11, 2017 at 7:49 am #28291
Artem TemosKeymasterHi,
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
December 11, 2017 at 9:45 am #28316
ducphuliParticipantThanks for looking cool.
Will this be applicable to everyone?
Update theme for all.December 11, 2017 at 10:12 am #28324
Artem TemosKeymasterWe will consider improving the product page layout for tablet devices in the future too.
December 11, 2017 at 1:43 pm #28369
ducphuliParticipantThank verry much
December 11, 2017 at 2:42 pm #28385
Artem TemosKeymasterYou are welcome!
-
AuthorPosts
The topic ‘My horizontal line is not uniform’ is closed to new replies.
- You must be logged in to create new topics. Login / Register