Title: wordpress theme scrolling problem
Last modified: August 19, 2016

---

# wordpress theme scrolling problem

 *  [johnleebkk](https://wordpress.org/support/users/johnleebkk/)
 * (@johnleebkk)
 * [16 years, 8 months ago](https://wordpress.org/support/topic/wordpress-theme-scrolling-problem/)
 * i have created a wordpress site at: [http://www.kincaidbangkok.com/test/](http://www.kincaidbangkok.com/test/)
 * as you can see the page content is long, but there is no scroller so the rest
   of the content can’t be seen.
 * see the themes codes at: [http://drop.io/wpppppp](http://drop.io/wpppppp)
 * and please tell me how can i add a scroller to be able to scroll down and see
   the rest of the content.
 * thanks a lot. 😀

Viewing 9 replies - 1 through 9 (of 9 total)

 *  [krembo99](https://wordpress.org/support/users/krembo99/)
 * (@krembo99)
 * [16 years, 8 months ago](https://wordpress.org/support/topic/wordpress-theme-scrolling-problem/#post-1210293)
 * at the time I visited your site there was a scrollbar ..
 *  Thread Starter [johnleebkk](https://wordpress.org/support/users/johnleebkk/)
 * (@johnleebkk)
 * [16 years, 8 months ago](https://wordpress.org/support/topic/wordpress-theme-scrolling-problem/#post-1210299)
 * not the right and left scroller, the content you see is incomplete, there should
   be a scroller wich you can use to scroll down to the content
 *  Thread Starter [johnleebkk](https://wordpress.org/support/users/johnleebkk/)
 * (@johnleebkk)
 * [16 years, 8 months ago](https://wordpress.org/support/topic/wordpress-theme-scrolling-problem/#post-1210300)
 * ** there is more text after “Yearly General fee” **
 *  [krembo99](https://wordpress.org/support/users/krembo99/)
 * (@krembo99)
 * [16 years, 8 months ago](https://wordpress.org/support/topic/wordpress-theme-scrolling-problem/#post-1210313)
 * well.. I thought you are talking about the BROWSER scrollbar …
    YOu actually 
   want a scrollbar INSIDE the coda scroll?
 * IMHO, this would look strange… I am sure the author of the theme went to a lot
   in order to make it WITHOUT scrollbars INSIDE the CODA scroller…
 * But if you still want it there , do this :
 * in your style.css change
 * > #page .scrollContainer .panel
   >  { padding: 20px 10px; height: 510px; width: 
   > 740px; **overflow: hidden;** }
 * to
 * > #page .scrollContainer .panel
   >  { padding: 20px 10px; height: 510px; width: 
   > 740px; **overflow-y: auto;** }
 * note that it will probably make a strange effect on the CODA scroller…..
 * Maybe you should search for another theme for your content…
 *  Thread Starter [johnleebkk](https://wordpress.org/support/users/johnleebkk/)
 * (@johnleebkk)
 * [16 years, 8 months ago](https://wordpress.org/support/topic/wordpress-theme-scrolling-problem/#post-1210328)
 * thanks a lot
 * i fixed that issue, but there is another issue now
 * the scroller is abit too long
    how can i make it abit shorter?
 *  Thread Starter [johnleebkk](https://wordpress.org/support/users/johnleebkk/)
 * (@johnleebkk)
 * [16 years, 8 months ago](https://wordpress.org/support/topic/wordpress-theme-scrolling-problem/#post-1210330)
 * move it to the right abit, too
 *  Thread Starter [johnleebkk](https://wordpress.org/support/users/johnleebkk/)
 * (@johnleebkk)
 * [16 years, 8 months ago](https://wordpress.org/support/topic/wordpress-theme-scrolling-problem/#post-1210332)
 * another issue: look at this screenshot: [http://img197.imageshack.us/img197/4624/capture11l.jpg](http://img197.imageshack.us/img197/4624/capture11l.jpg)
 * text will be on top of the dark blue line under “Tuition Fee” i dont want that.
 * how can i do it??
 * thanks again ( a million )
 *  [Michael](https://wordpress.org/support/users/alchymyth/)
 * (@alchymyth)
 * [16 years, 8 months ago](https://wordpress.org/support/topic/wordpress-theme-scrolling-problem/#post-1210343)
 * style.css:
    to prevent the text from showing on the top, and to make the slider
   shorter, add ‘padding-top:10px;’; to move the slider to the right, add ‘padding-
   left:10px;’ – so you should have the following:
 *     ```
       #page{
           width:900px;
           margin:0 auto;padding-top:10px;padding-left:10px;
       	background:url(http://www.kincaidbangkok.com/test/wp-content/themes/wp-coda%20blue/images/page_bg.png) 50% 50px no-repeat;
       }
       ```
   
 * and also change 510px into 500px:
 *     ```
       #page .scrollContainer .panel{
       			padding:20px 10px;
       			height:500px;
       			width:740px;
       			overflow: auto;
       		}
       ```
   
 *  [JulioMedina](https://wordpress.org/support/users/juliomedina/)
 * (@juliomedina)
 * [16 years ago](https://wordpress.org/support/topic/wordpress-theme-scrolling-problem/#post-1210577)
 * what can I do to add padding to the bottom?

Viewing 9 replies - 1 through 9 (of 9 total)

The topic ‘wordpress theme scrolling problem’ is closed to new replies.

## Tags

 * [wordpress-theme](https://wordpress.org/support/topic-tag/wordpress-theme/)

 * 9 replies
 * 4 participants
 * Last reply from: [JulioMedina](https://wordpress.org/support/users/juliomedina/)
 * Last activity: [16 years ago](https://wordpress.org/support/topic/wordpress-theme-scrolling-problem/#post-1210577)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
