This topic has 2 replies, 2 voices, and was last updated 1 years, 2 months ago ago by Rose Tyler
Hello,
How can I convert my website’s category paragraphs to this:
https://prnt.sc/OlJ9OWSgmr4z
So, I don’t need all my content to be visible. I just want to ensure that this content does not take up too much space. So we can add scrolling and less space as in the example in the screenshot
Hello, Atahan,
Thank you for contacting us and for using XStore.
Please try to use the next custom CSS code:
.term-description {
height: 200px;
overflow-y: scroll;
scroll-behavior: smooth;
}
Kind Regards,
8theme team
The issue related to '‘Implementing Scrollable Content to Optimize Space Usage’' has been successfully resolved, and the topic is now closed for further responses