Hello, I modified a default enfold section to scroll horizontally. The “Shop By Cat” section is an example (https://proishunting.wpengine.com/).
I have been trying to get the scroll bar so show all the time but overflow-x: scroll isn’d doing the trick.
Do you have any tips?
Hey stoneroad,
Thank you for the inquiry.
Adding the following css code should work. Please make sure toggle or temporarily disable the Enfold > Performance > File Compression settings afterwards.
#fullwidth-section-shopify .entry-content-wrapper {
overflow: scroll;
}
We added a screenshot of the result in the private field.
Best regards,
Ismael