Forum Replies Created

Viewing 1 replies (of 1 total)
  • Thread Starter thw89

    (@thw89)

    Hi – no luck

    My child theme CSS is as follows;

    /*
    Theme Name: The Financial Circle
    Description: The Financial Circle Custom Theme
    Author: Thomas White
    Template: twentyeleven

    (optional values you can add: Theme URI, Author URI, Version)
    */

    @import url(“../twentyeleven/style.css”);

    #page {
    margin-top: 10;
    }

    #site-title {
    text-indent: -9999px;
    width: 184px; /* width of the image file. */
    height: 70px; /* height of the image file. */
    margin:10px 0 0 0;
    background: url(/header.png) #fff no-repeat;
    font-size: 1px;
    line-height: 1px;
    text-decoration: none;
    }

    #main,
    .singular.page .hentry {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    }

    .singular .hentry {
    border-bottom: medium none;
    padding: 0;
    position: relative;
    }

    #site-generator {
    padding-bottom: 10px;
    }

    img#wpstats {
    margin: 5px auto;
    }

Viewing 1 replies (of 1 total)