Home › Forums › WoodMart support forum › Hand-picked products make to 2 column on mobile
Hand-picked products make to 2 column on mobile
- This topic has 8 replies, 2 voices, and was last updated 2 years, 4 months ago by
Luke Nielsen.
-
AuthorPosts
-
January 4, 2023 at 5:51 am #432958
chuananzParticipantHi there, when we are editing posts using the Gutenberg editor Hand-picked Product block, the product images are shown as 1 column (see image) on mobile. We would like to have it to show in 2 Columns. Are you able to provide a solution for this? Thank you
January 4, 2023 at 1:48 pm #433041
Luke NielsenKeymasterHello,
Please try to use the below code for changing the columns, paste it into the “Custom CSS for mobile” area in Theme Settings -> Custom CSS.
.single-post .wc-block-grid.has-4-columns .wc-block-grid__products { display: flex; } .single-post .wc-block-grid.has-4-columns .wc-block-grid__product { flex: unset; margin: unset; max-width: 50%; }
In the meantime, feel free to ask me any questions you may have.
Kind Regards
January 6, 2023 at 1:11 pm #433559
chuananzParticipantHi there,
1) Unfortunately, the CSS code for the 2 column effect on Mobile for Handpick items block is not working. Again, we want the products to be shown in 2 columns. If there are more than 2 handpicked products, there will be multiple rows. We have sent a link to our staging site for you below. Kindly assist
2) Also, we would like to add a text below the “Total” word on the checkout page. We have attached a sample of the effect we would like to achieve. Would it be possible?
Thank you
January 6, 2023 at 3:41 pm #433599
Luke NielsenKeymasterHello,
In this case, is there any chance that you could give me access to the dashboard area of the staging site so I can have a look at the settings on your website, please?
Kind Regards
January 7, 2023 at 6:40 am #433711
chuananzParticipantHi Luke, have added access. Kindly have a look and let us know:
January 9, 2023 at 1:02 pm #433945
Luke NielsenKeymasterHello,
First of all, I saw that you have disabled the Gutenberg styles via Theme Settings, so I have enabled it back.
https://monosnap.com/file/VYKxeE7BSYL9p24tn1QyMCDrweSMuB
Then I just cleared the cache and see the same as in the below video:
https://monosnap.com/file/BRZYwzlU3506CMo0CnAEnbn17RXS5G
So first of all clear the cache on your desktop/mobile and recheck the issue.
Kind Regards
January 11, 2023 at 8:04 am #434433
chuananzParticipantHi there,
Thanks it seems to work. Could you please assist us on point 2? –
2) Also, we would like to add a small text below the “Total” word on the checkout page. We have attached a sample of the effect we would like to achieve in the earlier enquiry. Would it be possible?
January 11, 2023 at 8:05 am #434434
chuananzParticipantYou may refer to this for point 2.
January 11, 2023 at 1:38 pm #434513
Luke NielsenKeymasterHello,
The thing is that the “Checkout” page comes from WooCommerce and we cannot influent it hence it requires Customization and this is beyond our limitations and support policy scope. Hope you can understand our limitations.
Let me know if you have any questions, I’d be happy to answer them.
Kind Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register