Title: Scroll bar
Last modified: August 21, 2016

---

# Scroll bar

 *  Resolved [madstudent](https://wordpress.org/support/users/madstudent/)
 * (@madstudent)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/scroll-bar-9/)
 * I’m not sure if this has to do with the theme, because I am very new to this…
   Within my post on very paragraph there is a scroll bar. Do you know how to get
   rid of it? Example here: [http://www.themadstudent.com/](http://www.themadstudent.com/)
   
   any help would be appreciated! thank you.

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

 *  Theme Author [arthur-gareginyan](https://wordpress.org/support/users/arthur-gareginyan/)
 * (@arthur-gareginyan)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/scroll-bar-9/#post-4694389)
 * Hello!
    I do not see the scroll bar on your site, you have already solved the
   problem?
 *  Thread Starter [madstudent](https://wordpress.org/support/users/madstudent/)
 * (@madstudent)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/scroll-bar-9/#post-4694390)
 * Its like right beside the text on every paragraph. Here I will post a picture.
 * [http://tinypic.com/r/30nkgsx/8](http://tinypic.com/r/30nkgsx/8)
 *  Theme Author [arthur-gareginyan](https://wordpress.org/support/users/arthur-gareginyan/)
 * (@arthur-gareginyan)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/scroll-bar-9/#post-4694391)
 * This can be seen in the not all browsers.
    The font **“Andika”** does not fit
   in the height of a row. Need to increase the height of the row. In the file **
   style.css** find this:
 *     ```
       #content .col01 {
       	float:left;
       	width:73%;
       	padding-bottom: 3px;
       	font-size:100%;
       	line-height:150%; }
       ```
   
 * and replace to this:
 *     ```
       #content .col01 {
       	float:left;
       	width:73%;
       	padding-bottom: 3px;
       	font-size:100%;
       	line-height:170%; }
       ```
   
 *  Thread Starter [madstudent](https://wordpress.org/support/users/madstudent/)
 * (@madstudent)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/scroll-bar-9/#post-4694392)
 * Thank you so much! Worked Perfectly
 *  Theme Author [arthur-gareginyan](https://wordpress.org/support/users/arthur-gareginyan/)
 * (@arthur-gareginyan)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/scroll-bar-9/#post-4694395)
 * You are welcome!

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

The topic ‘Scroll bar’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/anarcho-notepad/2.48/screenshot.
   png)
 * Anarcho Notepad
 * [Support Threads](https://wordpress.org/support/theme/anarcho-notepad/)
 * [Active Topics](https://wordpress.org/support/theme/anarcho-notepad/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/anarcho-notepad/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/anarcho-notepad/reviews/)

 * 5 replies
 * 2 participants
 * Last reply from: [arthur-gareginyan](https://wordpress.org/support/users/arthur-gareginyan/)
 * Last activity: [12 years, 2 months ago](https://wordpress.org/support/topic/scroll-bar-9/#post-4694395)
 * Status: resolved