Forum Replies Created

Viewing 2 replies - 16 through 17 (of 17 total)
  • Thread Starter domgilberto

    (@domgilberto)

    /* Logo Tile */
    #header .logo-wrap {
    	padding-left:20px;
    	float:left;
    	margin-top:54px;
    	min-width: 610px;
    }
    #site-logo {
        display: inline-block;
        float: left;
        padding-bottom: 0;
    }
    #site-logo a img {
        float: left;
        height: auto;
        max-width: 958px;
        padding-right: 20px;
    }
    #site-details {
        display: inline-block;
        float: left;
    	max-width: 958px;
        padding-right: 20px;
    }
    #site-title {
    	font-size: 45px;
    	font-family: 'Lobster';
    	font-weight:normal;
    	padding-bottom:0px;
    }
    #site-title a {
    	line-height:54px;
    }
    #site-title a:hover {
    	color: #444444;
    }
    #site-description {
    	font:14px Arial, Helvetica, sans-serif;
    	color:#666;
    	padding:8px 0 0 0;
    }

    Thats the parent theme code. If i want to edit this under child theme, would you mind expanding on precisely what you think may be the solution? Also, I am wanting to change the font, size, shape of the title text. Is there a way I can reference some sort of website for the correct syntax?

    Thanks for your help!

    Thread Starter domgilberto

    (@domgilberto)

    As I don’t particularly want to remove my “under construction plugin” just yet, here is a screenshot on screen-cast:

    http://screencast.com/t/IR5j4t91

    Hope this is Ok?

Viewing 2 replies - 16 through 17 (of 17 total)