|
Archive - October 2007 A Blog patch for the Title/RSS feed misalignmentPosted Oct-16-07 23:14:07 PDT Updated Oct-16-07 23:15:03 PDT If you have code created by the Blog Styler tool, you can smooth out the title at the top of your blog by making these modifications to your stylesheet. Look for the code shown in gray, and add the red text to your stylesheet code. /* -------------------------------- */ /* Main Blog title bar at top */ /* -------------------------------- */ #titlebar,.titlebar,#titlebar2,.srblog { Border:none; Background-color:#EF8010; Color:#FFFFFF; Font-family:verdana,arial,sans-serif; Border-bottom:2px solid #EF8010; Background-repeat:repeat; Border-top:3px solid #F5B574; Border-bottom: 3px solid #944F09; Margin-bottom:0px; } /* RSS Patch */ .titlebar { border:none; background:none; } .srblog {position:relative; width:100%; height:60px;} .syndiv {position:relative; float:left; width:50px; font-size:10px; padding:5px; } /* -------------------------------- */ /* color logo bar at top */ /* -------------------------------- */ |