Home › Forums › WoodMart support forum › Disable scrolling in list view
Disable scrolling in list view
- This topic has 5 replies, 2 voices, and was last updated 1 year, 4 months ago by Luke Nielsen.
-
AuthorPosts
-
June 13, 2023 at 7:09 am #474455
Morty SmithParticipantHi there! I am not sure if this is included in the support, but I would love to get some custom changes that are probably easy to achieve using CSS.
1. I have to get rid of the scrolling for each product in list view, so the product list content will take as much space as it needs.
2. I need to show the product list content on mobile devices as well. Right now, the content/excerpt is not displayed on mobile.
Thanks, I appreciate your help!
June 13, 2023 at 9:28 am #474472
Luke NielsenKeymasterHello,
We appreciate your message!
1, 2. Could you please send me some screenshots for a better understanding of where exactly it is situated?
Also, please send me a URL link to your website.
Kind Regards
June 13, 2023 at 2:05 pm #474593
Morty SmithParticipantThanks for your quick response. I mean the little scroll bar that shows up, if the product description has a certain length (please see the attached screenshot). Instead, I would like to display the full product description without scrolling, no matter how long it is. I want to display the product description in the archives list-view on mobile devices as well. Hope that is possible and makes sense to you 🙂
I shared some more information privately.
Attachments:
You must be logged in to view attached files.June 14, 2023 at 11:43 am #474833
Luke NielsenKeymasterHello,
In order to show the description on the archive page, you need to change the product style via Theme Settings -> Product archive -> Products styles: https://take.ms/WNNzY
As for the product description, I didn’t find such a product on your site, also, by default the is no scroll: https://take.ms/OZprS
Kind Regards
June 15, 2023 at 6:39 am #475034
Morty SmithParticipantThank you for your response. I found out that this CSS creates the little scroll-bars on my end:
.product-list-item [class*="short-description"] { max-height: 11em; }
I wrote this CSS to solve both of my problems:
.product-list-item [class*="short-description"] { max-height: 100% !important; } .product-list-item .woocommerce-product-details__short-description { display: unset !important; }
Not sure if this is a good solution, but it works for me right now. If there are any problems with this code that I’m not aware of, I would appreciate it if somebody can point it out. Otherwise, my problem is solved. Thank you for your help, Luke!
June 15, 2023 at 11:54 am #475110
Luke NielsenKeymasterHello,
If this code works for you then it is correct.
In the meantime, feel free to ask me any questions you may have.
Kind Regards
-
AuthorPosts
Tagged: Product List view, Scrolling
- You must be logged in to create new topics. Login / Register