Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Align right “Hot Tags” section


Ken
Member

@something4ken

thanks you chrishajer for your quick reply. The CSS code above really did what I wanted to do but the footer moves up after changing the code (don’t worry I backed up the original style.css ;-). Here’s the CSS code for the footer

#footer {

font-family: Georgia;

font-style: italic;

border-top: 1px solid #ccc;

margin: auto;

color: #666;

font-size: 1.0em;

padding-top: 10px;

clear: both;

text-align: right;

width: 760px;

}

Please help if you can ;-)

Skip to toolbar