Home › Forums › WoodMart support forum › Mobile view style
Mobile view style
- This topic has 9 replies, 2 voices, and was last updated 4 years, 2 months ago by Elise Noromit.
-
AuthorPosts
-
November 3, 2020 at 6:09 pm #238371
arsiviznetParticipantHello there;
Below you have given the code for the shop page to separate the products from each other. this code works perfectly in desktop view.
but in mobile view the products do not appear side by side. only one product appears.
sample picture:https://prnt.sc/vcrso2
css code you provide for desktop view
.woodmart-spacing-30>[class*=col] {
margin-bottom: 30px;
padding-right: 10px;
padding-left: 10px;
margin: 30px 15px;
padding-bottom: 30px;
}November 3, 2020 at 10:53 pm #238430
Elise NoromitMemberHello,
Move this code to the Theme Settings > Custom CSS > Desktop and delete it from Global.
Best Regards
November 4, 2020 at 4:43 pm #238723
arsiviznetParticipantHello there;
example image: https://prnt.sc/vdfqjc
mobile view improved but no gaps between them? how can I do it
thank you
Attachments:
You must be logged in to view attached files.November 5, 2020 at 9:07 am #238939
Elise NoromitMemberHello,
Please provide the site access, the site is under construction.
Best Regards
November 5, 2020 at 12:38 pm #239045
arsiviznetParticipantI left my login information in the private area
November 6, 2020 at 1:41 pm #239448
Elise NoromitMemberHello,
Please clarify what grid do you mean? I am checking the page and I see a little gap: https://prnt.sc/veo54p
It is not possible to make it bigger as the product gird item would be cut.
Best Regards
November 6, 2020 at 7:41 pm #239555
arsiviznetParticipantHello there;
No problem in mobile view when editing with elementor on homepage
problem page: https://www.ciftcioglumarket.com/magaza/
how can we fix the store page.
November 6, 2020 at 11:24 pm #239598
Elise NoromitMemberHello,
Please add this code to the Theme Settings > Custom CSS > Global:
@media (max-width: 768px){ body.archive .woodmart-spacing-20>[class*=col], body.archive .woodmart-spacing-30>[class*=col] { margin-bottom: 10px; padding-right: 5px; padding-left: 5px; margin: 5px; } }
Please add this code to the Theme Settings > Custom CSS > Mobile:
body.archive .product-grid-item.col-6 { -ms-flex: 0 0 45%; flex: 0 0 45%; max-width: 45%; }
Best Regards
November 7, 2020 at 3:44 pm #239751
arsiviznetParticipantI am really grateful to you, thank you very much for your efforts.
November 7, 2020 at 4:23 pm #239761
Elise NoromitMemberYou are welcome! If you have any questions please feel free to contact us.
Best Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register