Forums

Sidebar font size and bullet problems (3 posts)

  1. ninala
    Member
    Posted 8 months ago #

    I am having some trouble with my sidebar. I have tried changing pretty much every font size in my stylesheet, but can't seem to change the font size on the widget headers or text (links "About me", "Contact" and "Links"). I have also tried removing the bullets by using link-style:none; and link-style-type:none; but can't get the bullets away. Any help with these two issues would be greatly appreciated.

    My stylesheet: http://pastebin.com/p9rEHTv8

    http://ninareed.com

  2. alchymyth
    The Sweeper
    Posted 8 months ago #

    there is a broken style in style.css (without closing } ) which disables the application of all styles following after it:

    .post {
    		margin-bottom:20px;
    		background-color:#FFFFFF;
    		padding-left:0px;
    		padding-right:10px;
    		padding-bottom:10px;
    		padding-top:10px;

    add the missing closing bracket } after it.

    see if that anables your changes.

  3. ninala
    Member
    Posted 8 months ago #

    Thank you, that solved everything except for those darn bullets..:)

Reply

You must log in to post.

About this Topic