-
▼
2013
(302)
-
▼
April
(29)
- How to Hook Up WordPress to Dreamweaver
- How to Put IzeaRanks on Your WordPress Blog
- How to Move My WordPress MU Install
- How to Export and Import a Wordpress Blog
- How to Use a Page Template in WordPress
- How to Install WordPress Ning
- How to Add a Template File to WordPress
- How to Upload Theme to Wordpress Blog From Your Co...
- How to Add an MP4 to a WordPress Page
- How to Move the Vertical Scrollbar in WordPress
- How to Build Footer Links in WordPress
- How to Upload SWF Files to WordPress
- How to Add WordPress to HostGator
- How to Use Object Cache for WordPress
- How to Put WordPress Into WampServers
- How to Change Your WordPress Address
- How to Change Your WordPress Username
- How to Find SQL Injections in WordPress
- How to Embed an Easy PHP Calendar in WordPress
- How to Build a Web Site With WordPress
- How to Use WordPress for BlackBerry
- How to Change Menu Order in Wordpress
- How to Write a WordPress User Bridge
- How to Upload WordPress to Bluehost
- How to View WordPress on a BlackBerry
- How to Enable Auto Excerpts in WordPress
- How to Add a Banner to a WordPress Template
- How to Create a Blog Using WordPress
- How to Convert WordPress Posts to PDF
-
▼
April
(29)
adsense
How to Move the Vertical Scrollbar in WordPress
1. Log in to your WordPress account to automatically bring up your Dashboard. Click the 'Editor' link under the Appearance heading on the left side to access the area that contains the code for your WordPress site.
2. Locate the Styles heading on the right side and click the 'Stylesheet (style.css)' link underneath it. This action automatically loads the CSS code in the text box on the page.
3. Press the 'CTRL' and 'F' keys at the same time and enter 'body' in the text box that appears. Press the 'Return' key to highlight this style rule in the code.
4. Enter 'overflow-x: hidden;' inside the curly brackets of the body rule to remove the vertical scrollbar. To illustrate:
body { overflow-x: hidden; }
5. Type 'overflow-y: scroll;' to move the scrollbar to the bottom of your page so visitors can horizontally scroll from left to right. Your complete CSS code now looks like this:
body { overflow-x: hidden; overflow-y: scroll; }
6. Click the 'Update File' button at the bottom of the page, then click the title of your blog at the top to see the changes.
9:33 AM | Filed Under | 0 Comments
Comments
Popular Posts
-
1. Log in to your Weebly account. 2. Click 'Theme Editor.' 3. Click on the 'Design' tab. 4. Select 'Edit CSS/HTM...
-
1. Sign up for a publisher account at Bidvertiser. Submit basic contact information and confirm your email address to get started. 2. Lo...
-
1. Log in to your WordPress dashboard. 2. Open the 'Appearance' section on the left side of the WordPress dashboard and then cli...
-
Facebook Widget 1. Create a Facebook fan page for your blog, if you don't already have one. You will have to manually share content wi...
-
1. Open your WordPress Dashboard in your preferred browser. It is accessed at the '/wp-admin' location of your site. For example, ...
-
1. Download and install the WordPress for BlackBerry app via BlackBerry App World. Download the version that corresponds with your BlackBe...
-
1. Go to your WordPress blog's administrative control panel. 2. Click the 'Settings' button on the left-side navigation menu...
-
1. Click the 'Add Contact' button on the 'Add New Post' page. This opens the 'Add a Contact Form' page. 2. Click...
-
1. Register an account with Amazon Web Services Cloud. If you have an existing Amazon account, enter your email address in the appropriate...
-
1. Log into your WordPress.com account using your user name and password. 2. Hover your cursor over the 'My Blogs' tab at the to...
Post a Comment