Showing Dots on Posted Form and content box overflow.

This topic contains 1 reply and 2 voices, and was last updated by Tareq Hasan 10 years, 10 months ago
Viewing 1 Posts - 1 through 1 (of 1 total)
Author Posts
May 19, 2013 at 6:03 am 3841
Tareq Hasan There is the form that I am having problems with: http://homeschoolawisekid.com/my-account/upload-a-post/ For me in shows dots down the left side, like html bullets, and the description box default is 5 x 25 and is overflowing when expand. How to fix you think? Thanks, Amena
May 19, 2013 at 6:52 am 3843
Tareq Hasan Tareq Hasan

Both issues are CSS issues. Add this CSS in your theme style.css:
[css]
.entry ul.wpuf-form li{ list-style: none; }
.wpuf-form #content { min-height: auto;}
[/css]

Viewing 1 Posts - 1 through 1 (of 1 total)