Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #64255
    Kim
    Participant

    Two things I need a little help with:

    1 – How can I remove some of the padding around the sides of the post title?

    Ex.https://beautyblackbook.com/wp-content/uploads/8-17-2015-6-24-50-AM.png

    Notice how the above image looks as opposed to my front page on the live site.

    2 – I currently have my header logo placed using the header featured image option. However, I’m noticing that it doesn’t align properly on some screens. It bleeds over the left edge.

    But, when I try to use the Header Options to set my logo it shows up smaller and left aligned whether I turn off the right header option or not.

    https://beautyblackbook.com/wp-content/uploads/8-17-2015-8-17-33-AM.png

    My old logo worked out fine because it was designed to be left align but this one really needs to be centered.

    Thanks!
    Kim
    beautyblackbook.com

    #64366
    Sakin
    Keymaster

    @Kim:
    1. Sorry I don’t understand it. I see same as Homepage and single post title have same padding. Only that single post have post navigation at top.

    2. For this, you need to use Logo. So, just add it as logo and let me know it. Then I will send you custom css.

    #64395
    Kim
    Participant

    1. I mean that I need less padding on the Left and Right side of the content area.

    2. I’ve done it on my staging site:
    https://hidemyage.staging.wpengine.com/

    It shrinks the logo and left aligns it.

    #65025
    Sakin
    Keymaster

    @Kim: You can add the following css:

    .site.has-header-left-menu #logo-wrap {
        text-align: center;
        width: 100%;
    }
    #site-logo {
        display: block;
        float: none;
    }
    #65190
    Kim
    Participant

    I put the code on the CSS section of the site but it is still showing up smaller and indented to the left.

    http://hidemyage.staging.wpengine.com/

    #65261
    Sakin
    Keymaster

    @Kim: Sorry replace previous css with the following:

    .has-header-left-menu .site #logo-wrap {
        text-align: center;
        width: 100%;
    }
    #site-logo {
        display: block;
        float: none;
    }
    #66021
    Kim
    Participant

    Thank you!

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘logo and change post title indents’ is closed to new replies.