• The default logo is to be top of site title and tag line, i need the logo to be at the left of site title and tag line. With preferable the size of logo can be amend like 90px X 90px.

    Anyone can please help? Thanks.

    There is this sidebar right at the top of the right hand side, i plan to put a picture there and hope the change will not affect it. Thanks again.

Viewing 7 replies - 1 through 7 (of 7 total)
  • @pole915

    Please add a link to your site as the demo does not show a tagline

    Thread Starter pole915

    (@pole915)

    try this in your custom css area

    .site-branding .site-logo {
        float: left;
    }
    
    .site-branding .site-title {
        float: left;
    display: block;
    clear: none;
    }
    • This reply was modified 7 years, 7 months ago by salsaturation.
    Thread Starter pole915

    (@pole915)

    @salsaturation

    i have copied the above and paste in child theme. But nothing seems have changed. Is there any other way?

    Are you sure? – your full child css is

    /*
    Theme Name: child-of-glob
    Theme URI: chess.pasolinks.com
    Description: A child thme for Glob
    Author: Gordon Lau
    Author URI:
    Template: glob
    Version 1.0
    */
    
    @import url("../glob/style.css");
    
    .site-header .site-title a {
    	text-decoration: none;
    	font-weight: bold;
    	font-size:10px;
    }
    Thread Starter pole915

    (@pole915)

    @salsaturation

    Yes it is true as i want to make sure my child theme works.

    changed, as below now.

    @import url("../glob/style.css");
    
    .site-branding .site-logo {
        float: left;
    }
    
    .site-branding .site-title {
        float: left;
    display: block;
    clear: none;
    }

    [Moderator note: code fixed. Please wrap code in the backtick character or use the code button.]

    • This reply was modified 7 years, 7 months ago by bdbrown.
    Thread Starter pole915

    (@pole915)

    @salsaturation

    Thanks. i tried to put the code in CSS area at customize, and it works!!

    Just wonder why it does not work when i try to put in my child theme…??

    Anyway, thanks again

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Logo to be left of site title and tag line’ is closed to new replies.