1
JMorris
No Bullets on L/R columns
  • 2005/4/20 12:05

  • JMorris

  • XOOPS is my life!

  • Posts: 2722

  • Since: 2004/4/11


I've never been fond of the bulleted lists in the left and right columns because of how cramped and sloppy it looks.

Resized Image

Here's a ways to get rid of those bullets in the left and right columns of your site with just a little CSS in your theme's style.css file.

Resized Image

td#leftcolumn div.blockContent li
{
    list-
style-position:outside;
    
display:block;
    
border-bottom1px dashed #003366;
    
padding-top2px;
    
padding-bottom:3px;
}
td#rightcolumn div.blockContent li
{
    list-
style-position:outside;
    
display:block;
    
border-bottom1px dashed #003366;
    
padding-top2px;
    
padding-bottom:3px;
}

Adjust the CSS to match your site and tastes and you're ready to go.

Quick Note: This works well with full-width themes and modern browsers. I have not tested it for backwards compatability.

Enjoy!

Login

Who's Online

202 user(s) are online (141 user(s) are browsing Support Forums)


Members: 0


Guests: 202


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Apr 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits