Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1335489

    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?

    #1335570

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.