Home › Forums › WoodMart support forum › How to arrange a photo without borders around the edges in the store in mobile ?
How to arrange a photo without borders around the edges in the store in mobile ?
- This topic has 18 replies, 2 voices, and was last updated 2 weeks, 2 days ago by Artem Temos.
-
AuthorPosts
-
August 1, 2021 at 8:16 pm #309975
RUSEAParticipantHow to arrange a photo without borders around the edges in the store in mobile version?
Attachments:
You must be logged in to view attached files.August 1, 2021 at 8:21 pm #309983
RUSEAParticipantNo border, how?
August 1, 2021 at 9:02 pm #310001
Elise NoromitMemberHello,
Thank you very much for choosing our theme and for contacting us.
I am checking the link you have provided and I do not see any borders: https://gyazo.com/77a6fb750a8197093d917b96fb93d4ab
Please clarify the issue.
Best Regards
August 4, 2021 at 8:04 pm #310679
RUSEAParticipantHow to arrange a photo without borders around the edges in the store in mobile version?
Attachments:
You must be logged in to view attached files.August 4, 2021 at 10:41 pm #310700
Elise NoromitMemberHello,
Please add this code to the Theme Settings > Custom CSS > Mobile:
.site-content.shop-content-area { padding:0; }
Best Regards
November 23, 2024 at 4:42 am #614890
RUSEAParticipant.site-content.shop-content-area {
padding:0;
}
This code no longer works. write a new one, I don’t need boxes in the store not padding left and right.
your new versions only make things worse. new functions are good, but you need to at least keep the code the same so as not to rewrite all the cssNovember 23, 2024 at 4:22 pm #615064
RUSEAParticipantI want to go back to the previous version
November 23, 2024 at 6:52 pm #615138
Artem TemosKeymasterHello,
Replace that code snippet with the following one to fix this
.woodmart-archive-shop .wd-content-layout { padding-inline: 0; }
Kind Regards
November 24, 2024 at 1:18 am #615191
RUSEAParticipanta lot needs to be redone v css.
I want to go back to the previous version.
tell me where I can download version 7.6November 24, 2024 at 4:21 pm #615274
RUSEAParticipantPreviously, this code only moved the product card and the store itself, now it moves both the cart and payment without frames and the site becomes inconvenient.
I bought a working theme and set it up, but your update ruined everything for me.
Tell me where to get the previous version?Attachments:
You must be logged in to view attached files.November 25, 2024 at 10:18 am #615353
Artem TemosKeymasterHello,
We refactored our structure and CSS a lot in our latest update to optimize the markup and page size. That is why some custom CSS made for the previous version may not work as expected. Please provide us with your admin access so we can check this for you.
Kind Regards
November 25, 2024 at 10:26 pm #615790
RUSEAParticipantadmin login details in private
November 26, 2024 at 10:43 am #615908
Artem TemosKeymasterHello,
We have added the custom CSS provided earlier and it works correctly. Note that your custom CSS you created before may not be fully compatible with the latest version. You need to review your customizations and correct in accordance with our new theme’s structure.
Kind Regards
November 26, 2024 at 10:58 pm #616324
RUSEAParticipantthanks for the changes in the store. but the problem in the product card remains, I use layouts woodmart
Attachments:
You must be logged in to view attached files.November 27, 2024 at 10:00 am #616423
Artem TemosKeymasterAs we can see, you have already added the custom CSS for this https://take.ms/S0cgh
November 27, 2024 at 4:06 pm #616639
RUSEAParticipantI tried to make changes to the product card, but the cart was damaged.
I want to return version 7.6 where can I download itAttachments:
You must be logged in to view attached files.November 27, 2024 at 5:31 pm #616728
Artem TemosKeymasterHello,
To fix this, you need to remove this code from custom CSS for mobile devices
.wd-content-layout { padding-block: 15px !important; padding-inline: 0px !important; }
and add this one instead
.single-product .wd-content-layout { padding-block: 15px !important; padding-inline: 0; }
Kind Regards
November 28, 2024 at 11:08 pm #617357
RUSEAParticipantEverything is great. Well done. Thank you
November 29, 2024 at 10:14 am #617461
Artem TemosKeymasterGreat, we are glad that you sorted it out. Feel free to contact us if you have any further questions.
-
AuthorPosts
Tagged: no border around edges
The topic ‘How to arrange a photo without borders around the edges in the store in mobile ?’ is closed to new replies.
- You must be logged in to create new topics. Login / Register