Home New Guten › Forums › WoodMart support forum › shop product button issues
shop product button issues
- This topic has 12 replies, 2 voices, and was last updated 1 year, 9 months ago by
Luke Nielsen.
-
AuthorPosts
-
October 25, 2023 at 12:47 pm #507027
E-N AdminParticipantHi,
Every theme update, our product and personalisation button breaks. In our shop page, The “add to cart’ buttons for the product are side by side with our ‘personalisation’ button. But since the update few weeks ago. The button are stacked together but with big gaps in between. Can you able to provide some CSS to fix this.
Attachments:
You must be logged in to view attached files.October 25, 2023 at 2:32 pm #507075
Luke NielsenKeymasterHello,
I would like to request temporary FTP access to the website to take a better look at the issue there.
Thank you in advance.
Kind Regards
October 25, 2023 at 2:37 pm #507085
E-N AdminParticipantHi,
Please see details. Login to my-account of the website
October 25, 2023 at 2:39 pm #507093
Luke NielsenKeymasterHello,
Seems that access is wrong, could you please update it?
Looking forward to hearing back from you!
Kind Regards
October 25, 2023 at 2:43 pm #507100
E-N AdminParticipantHi,
Try now
October 26, 2023 at 2:13 pm #507494
E-N AdminParticipantHi,
I had a login activity earlier today. Just making sure it was you. If so, did you find a solution to our issue? Also, on our homepage where there’s product and buttons displayed. the ‘add to bag’ button has gone into 2 lines (see image for reference)
Attachments:
You must be logged in to view attached files.October 26, 2023 at 2:39 pm #507509
Luke NielsenKeymasterHello,
In our last update, we have refactored some CSS for the optimization. It’s mentioned in our change log: https://prnt.sc/merRfpbm0Goi
So in order to remove those changes, define the below code in Theme Settings -> Custom CSS.
.product-grid-item :where(.product-wrapper,.product-element-bottom) { display: block; } .product-grid-item .product-element-top { margin-bottom: 15px !important; }
If you’d like to contact us, we are here for whatever questions you may have.
Kind Regards
October 26, 2023 at 2:46 pm #507523
E-N AdminParticipantHi,
I added it to Custom CSS but it didn’t do anything. Can you also lease let me know how to fix the ‘add to bag’ button on the homepage because the words is in 2 lines, – I sent an image previous reply
October 26, 2023 at 3:54 pm #507557
Luke NielsenKeymasterHello,
1. In general, I didn’t change the custom CSS area or any other settings on your website, also on my side the button looks well, here is a screenshot: https://take.ms/TlfbbU
2. The above code just disabled the changes from the last update, if you mean about the buttons side by side, you need to remove the padding that you defined in the Custom CSS area, then the buttons will be side by side.
Kind Regards
October 27, 2023 at 3:32 am #507683
E-N AdminParticipantHi,
The issue now is both buttons are not the same level as each other. Add to bag is higher than personalise button. See image
Thanks
-
This reply was modified 1 year, 9 months ago by
E-N Admin.
-
This reply was modified 1 year, 9 months ago by
E-N Admin.
Attachments:
You must be logged in to view attached files.October 27, 2023 at 10:34 am #507777
Luke NielsenKeymasterHello,
It’s due to your custom code from the Custom CSS area, more details in this video: https://take.ms/jOTgV
In the meantime, feel free to ask me any questions you may have.
Kind Regards
November 1, 2023 at 1:07 pm #509043
E-N AdminParticipantThanks for that.
Are you able to let me know how I can make the button side by side on desktop. I changed the shop page to display 4 column of products instead of 3.?
Attachments:
You must be logged in to view attached files.November 1, 2023 at 6:03 pm #509143
Luke NielsenKeymasterHello,
You need to remove the custom padding for the default “add to cart” button: https://take.ms/KUHbc , https://take.ms/BpqPI
Then the buttons will be in one line, also, you can adjust your custom button and it will look similar to the default button: https://take.ms/MIv6h
Kind Regards
-
This reply was modified 1 year, 9 months ago by
-
AuthorPosts
- You must be logged in to create new topics. Login / Register