Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #332858

    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/

    #333351

    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

    #333416

    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!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Show scrollbar in woocommerce tabs’ is closed to new replies.