spikechu
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Sidebar helpcont.. from last post.. if i remove border-bottom: 1px solid #C1D8E6; it removes all the bottom borders.
Forum: Themes and Templates
In reply to: Sidebar helpi know what is causing the border-bottom
this is the code in my CSS
#r_sidebar ul li ul li { margin: 0px; padding: 0px 0px 0px 10px; border-bottom: 1px solid #C1D8E6; background: url(images/bullet-arrow.gif) 5px 9px no-repeat; }But if i remove
border-bottom: 1px solid #C1D8E6;I tried
#r_sidebar .twitter ul li ul li { border-bottom: 0px};to override the r_sidebar border.. but it doesn’t work.
it removes all of the bottom bars, in the sidebar.
which i don’t want.
Forum: Themes and Templates
In reply to: Sidebar helpyea i know that but i don’t want to remove it totally from the whole Sidebar i just want to remove it from the Twitter section of the sidebar
which is listed under “What are we doing?” section.Forum: Themes and Templates
In reply to: Sidebar helpi am a little confused on what you mean “removing the bottom bar”
What i am trying to change is the the border-bottom in the Sidebar in the twitter section.. i am trying to remove it.
Forum: Plugins
In reply to: podpress podcast helpso i fixed the problem with audio in the post but my playlist still inst working
here is the link to my site http://blogs.gameflak.net/
Forum: Themes and Templates
In reply to: Sidebar helpForum: Themes and Templates
In reply to: Sidebar helpForum: Themes and Templates
In reply to: Sidebar helpI have tried everything i created the
.widget_categories { list-style-type: none; }Code
and tried everything but it seems like the Sidebar css code is over riding everything with in the sidebar no matter what i do.