Viewing 4 replies - 1 through 4 (of 4 total)
  • adjust the css formatting of the logo, possibly by editing style.css of your theme;

    http://www.w3schools.com/css/

    using a tool such as Firebug http://getfirebug.com/ or a similar browser tool might help you to identify which style(s) you need to edit.

    Try amending your theme’s CSS. I’d suggest using Firefox with the Firebug add-on for this kind of CSS work.
    http://getfirebug.com/

    Thread Starter fpmortimore

    (@fpmortimore)

    Thanks, I’m a bit scared of changing CSS, I’m very new to this and don’t understand CSS at all. This is what the code currently says. Which parts do I change to move the logo left?

    [ Moderator Note: Please post code or markup snippets between backticks or use the code button. ]

    #head {
    	margin: 10px 0;
    }
    #logo {
    	float: left;
    	margin: 0 10px 5px 10px;
    }
    #logo h1 {
    	padding: 0 10px 10px 10px;
    	font-size: 2.0em;
    	color: #c41010;
    	font-family: 'Nobile', Arial;
    }
    #logo img {
    	margin-bottom: 10px;
    }

    I’m sorry but it is beyond the scope of these forums to deal with general CSS issues. Try a dedicated CSS resource such as http://www.css-discuss.org/ instead.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Aligning logo to the left’ is closed to new replies.