Horizontal Scrolling!

Is there a way to have a complete section to horizontal scroll in pro?

Hi,

You can try adding the code below in your section’s element css (Section > Customize > Element CSS)

$el {
    max-width:450px;
    overflow-x:scroll;
}

Change 450px to adjust the width

Hope that helps.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.