Support » Theme: Customizr » How to center logo on page?

  • Resolved Jefferds44

    (@jefferds44)


    Hi guys,

    I’m looking to find a way to center the logo on the page. I removed the social bar and tagline, so I’d like to make the logo bigger and center on the page.

    Thanks!

    Jeff

Viewing 15 replies - 1 through 15 (of 22 total)
  • No way to help with CSS questions without seeing your site…

    @Jefferds Put this in your Custom CSS

    .brand.span3 {
        display: block;
        float: none;
        margin: auto !important;
    }

    @nikeo For the FAQ, in the header section:
    <li><a href="http://wordpress.org/support/topic/how-to-center-logo-on-page-1" target="_blank">centre my logo?</a></li>

    Thread Starter Jefferds44

    (@jefferds44)

    Thanks ElectricFeet, worked well!
    Now I’d like to make the top logo bigger; how would I do that?

    Here’s the link to the page btw:
    http://worldwarmachine.com/

    Theme Author presscustomizr

    (@nikeo)

    @electricfeet : done!

    You’re a star! 🙂

    @jefferds44 First make the logo bigger in photoshop or gimp. Then uncheck the Force logo dimensions to max-width:250px and max-height:100px option in Customiz’it! > Logo & Favicon

    Thread Starter Jefferds44

    (@jefferds44)

    Ok thanks, will do that.

    Thread Starter Jefferds44

    (@jefferds44)

    Hi guys, I guess I was a little quick to mark this as resolved.
    I unchecked the option to force the size, and my logo is quite large when viewed at 100%.
    Anyone know how to make the logo bigger while keeping it centered on the page?

    http://worldwarmachine.com/

    You seem to have changed theme now, so I guess we can still call this resolved.

    Thread Starter Jefferds44

    (@jefferds44)

    Yeah I guess so. Even though I changed themes for this particular site, I will likely use it for another. I really like it and you guys are super helpful. Thanks!

    Hi there I have a small dispute 😉 with the themetempl. hope somebody can help me with it..
    Im using the current version and had to move it from one local path to a nother all works well exeption is the logo and the favicon. I can’t seem to load it up anymore, the templ. displays saved but its not showing. Could someone please tell me how to solve this, please
    Thanks Rena

    As per the Forum Welcome, please post your own topic.

    I am building a new site for my wife using the Customizr theme and I used the code fix to center the logo. However, the nav bar now looks funky and the slots below the slider appear to be messed up – the circles that represent the images are off.

    This bit of code is the only thing I added to the child theme style.css file:

    .brand.span3 {
    display: block;
    float: none;
    margin: auto !important;
    }

    Any idea what went wrong and how I can correct this?

    Website: http://jamieoravitzphotography.com/

    This should be a new topic!

    Look at this Snippet and if still a problem then start a new topic.

    Your style.css looks suspicious in Firebug. Most of the css should be left in red.css and only the differences stored in the child theme style.css. You could try to use your CustomCSS panel until it’s right before moving to style.css

    Im new to word press so I am figuring it out little by little with baby steps.

    Can someone help me. I need to know how to center the logo image on the left in the sidebar. Its a bit off centered. website is: yourroofmasters.com

Viewing 15 replies - 1 through 15 (of 22 total)
  • The topic ‘How to center logo on page?’ is closed to new replies.