Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #2478
    Piirus
    Member

    Just wondering how to do this.

    No matter what size I make it, it always seems to be off to the left a little and I’d like to have it across both the post listing and sidebar.

    Thanks!

     

    #2479
    Sakin
    Keymaster

    @Piirus: can you send me your site URL and then I can send you the custom css to add in.

    #2510
    Piirus
    Member

    Sakin,

     

    The url is http://blog.plagueoftheblackheart.com

    Thanks for your help!

    Piirus.

    #2515
    Sakin
    Keymaster

    @Piirus: I see that you have added css in “Custom CSS” box as below:

    #header-content {
    margin: 40px auto auto 40px;
    }

    Just replace with the below:

    #header-content {
    margin: 40px 140px auto;
    }

    #2520
    Piirus
    Member

    Excellent, that works perfect for the desktop version!

    But on my iPhone, the image has shrunken down to almost nothing.

    Thoughts?

    #2522
    Sakin
    Keymaster

    @Piirus: Try this one:

    #header-content {
    margin-left: 14%;
    margin-right: 14%;
    }

    #2523
    Piirus
    Member

    Much better!

    Thanks, Sakin!

    Piirus.

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Centering logo image.’ is closed to new replies.