Horje
My home page and sidebar content is cut off  - Wordpress Solution
My bio page content was cut off and I got this code to clear my content .content { clear:both; overflow:hidden; padding:0px 0px 0px 0px;} and it worked. However, it made my home page & sidebar content cut off. What happened? http://www.hawriandmandy.com/

Solution - 1

.content { clear:both; overflow:hidden; padding:0px 0px 0px 0px;height:auto}


Solution - 2

remove overflow:hidden; from .main-bgr


Solution - 3

Find (I guess it's in index, or header):

<div class="main">
Replace with:
<div class="main" style="height: auto">


Solution - 4

remove

overflow:hidden;
and that should fix it


Solution - 5

instead of overflow:hidden use overflow:auto


Solution - 6

HI Your style.css about line 46 make it look like below .main-bgr { height: 100%;} Thanks





Wordpress

Related
Title Duplication Warning - Wordpress Solution Title Duplication Warning - Wordpress Solution
Twitter Plugin that only shows users tweets - Wordpress Solution Twitter Plugin that only shows users tweets - Wordpress Solution
FeedWordPress images - Wordpress Solution FeedWordPress images - Wordpress Solution
Default 1 column width in write post - Wordpress Solution Default 1 column width in write post - Wordpress Solution
Urgent problem, Site breaks 3.1 - Wordpress Solution Urgent problem, Site breaks 3.1 - Wordpress Solution

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
7