Inside tabs, production description i have a element width 620px. How can i show the x-scrollbar?
Link: http://www.offshorekurs.com/kurs/gsk-sikkerhetskurs-kampanje/
Hey Khanh Hong!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
div#pageresponse {
height: 200px;
overflow: hidden;
overflow-y: scroll;
}
Best regards,
Yigit
With fixed px the view shows correct on small size but not on desktop with bigger size. Tried with auto and it works great.
div#pageresponse { width: auto; overflow: hidden; overflow-x: auto; }
Thank you for helping!