Solution - 4
remove
and that should fix itoverflow:hidden; 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
![]() |
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
Solution - 2remove overflow:hidden; from .main-bgr Solution - 3Find (I guess it's in index, or header):
|
Wordpress |
Type: | Code Example |
Category: | Coding |
Sub Category: | Code Example |
Uploaded by: | Admin |
Views: | 7 |