Viewing 4 replies - 1 through 4 (of 4 total)
  • It should be possible to center it by adjusting the CSS. If you can provide a link to your site, we can give you the CSS you need.

    You may want to go to the responsive forums though – https://cyberchimps.com/forum/free/
    That forum is dedicated to that particular theme.

    Hi Advent,

    While you may want to adjust the width attribute for the size of your particular graphic (used as your logo), here is the CSS you want.

    If you are using a child theme, please put it into the child theme style.css. Otherwise, you can add it with the Responsive Theme Options in the Admin Dashboard.

    #logo {
    float: none;
    margin: 0 auto;
    max-width: 300px;
    padding-top: 30px;
    }

    We have used this method a lot at 1wd.tv and found that it’s possible to do some pretty powerful mods with some basic css.

    If you need any more help, please let me know ??

    Cheers!
    spence

    Sorry, we do not monitor these forums, please use the official forum:

    https://cyberchimps.com/forum/

    Thanks

    A much simpler solution would be to recreate your header image with a width of 960 pixels.

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