Using Blue Grey White 1.2 theme(Author URI: http://handla-online.com/)
I am finding that the headings in the left hand column (eg for blog roll/links, categories, pages etc) are indented from the left.
Is there a way to correct this?
Using Blue Grey White 1.2 theme(Author URI: http://handla-online.com/)
I am finding that the headings in the left hand column (eg for blog roll/links, categories, pages etc) are indented from the left.
Is there a way to correct this?
the list elements are 'ex-dented' (the opposit of indented) by a negative margin:
in style.css:
li
{
margin-bottom: 12pt;
padding-bottom: 12;
margin-left: -25px;
padding-left: -25px;
}
to 'ex-dent' the titles, add:
.sidebar h3 { margin-left:-25px;}
Hi there, I just started using this theme and noticed the page titles appear in the footer which can make things look messy.
Does anyone know how to eliminate the page titles from appearing in the footer.
Thanks,
Moty
This topic has been closed to new replies.