notyourstar
Member
Posted 4 months ago #
Hi guys,
I'm having a problem with my sidebar! It has bullets, but I don't want them to be there.
Also, the way that the Twitter widget is displayed seems a bit off to me.
I wanted to have a small box with contact information, and a separate tweets box. (all in the same sidebar, just separated.)
Any tips would be so helpful.
Thanks!
http://mysociallife.org/
There's a dedicated support forum for your theme, you should try there http://www.inkthemes.com/support/
notyourstar
Member
Posted 4 months ago #
I will try there...but they might not help me cause it's a custom sidebar that I added.
bullets are formatted by the styles for the unordered lists which build the sidebar;
http://www.w3schools.com/css/css_list.asp
bullets are the default style; you might need to add 'list-style-type: none;' to the styles of the sidebar elements in style.css of your theme.
try using a browser inspection tool such as Firebug to identify where the sidebar elements are formatted.
or try asking at a dedicated css forum like http://csscreator.com/forum
notyourstar
Member
Posted 4 months ago #