Lokapriya
Member
Posted 11 months ago #
Hello
I added a widget to my page and I'm trying to figure out how to remove the unordered list style. In WP-Polls Widget , I am not able to diable the bullet list, because of that The layout gets expanded from the widget bar and looks kinda bad. Please help me on this:
For Demo Please check the site: http://gowda.lokapriya.com/ . Below there in Sidebar there is a widget bar called "Polls". After Voting The Problem occurs..
Your sidebar list has fixed bullet background image styles, you can add the below CSS code to exclude the bullet image from wp-polls widgets.
add inside your theme's style.css.
.wp-polls-ul li{background-image:none !important}
Lokapriya
Member
Posted 11 months ago #
Hi chaoskaizer
That hasnt solved my purpose for the template.. If you could please visit http://gowda.lokapriya.com/ and see for urself, it would be kind of u.. In that below the blog the polls (WP-Polls) hasnt served my purpose.. Though the images doesnt appear now, some lines or boxes push the widget outside.. It doesnt align to the Widget Box.. Any Help Pls ?