How to enable horizontal scroll bars?« Back to Questions List

How to scroll to the right to see content which is to right of page, and enable horizontal scroll bars.

Added August 19, 2016 11:37 pm

Do you have the right answer? If you do other users will benefit from your contribution, share your knowledge with the community!

EASY TO DO

Add the following CSS code using our ${code} tag or connect via an external style sheet using your custom options.

/* css code */
body{ overflow-x:scroll; }
#content-container{ display:initial; width:initial; }

This will enable the horizontal (left to right) scroll bars – you must ensure that you have content that spans beyond the screen to trigger the scroll.

External Files
//exportkit.com/plugin/environments/html5/using-external-files-with-html5

Code Tag
//exportkit.com/plugin/layer-tags/basic-layer-tags/code-tag

Answer by admin
Answered On August 19, 2016 11:40 pm #
Looking for another answer? View other questions in General or get premium support for guaranteed results.
1475 views
1 answer
Last Answered 8 years ago by admin

Categories

Recent Answers

asked by admin
asked by anup-sarkar
asked by originalife07
asked by yudhis
[+] View All Recent Questions

Share Your Knowledge!

Contribute to the community and help other users to benefit from your answer with experience and knowledge.