Forums

Blue Grey White theme - formatting headings in left hand column (3 posts)

  1. VWS
    Member
    Posted 1 year ago #

    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.

    See the blog

    Is there a way to correct this?

  2. alchymyth
    The Sweeper
    Posted 1 year ago #

    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;}

  3. moty469
    Member
    Posted 10 months ago #

    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

Topic Closed

This topic has been closed to new replies.

About this Topic