Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #50450
    Kim
    Participant

    S,
    How can I move my header featured up a bit and to the left so that it’s centered over the primary sidebar?

    #50452
    Kim
    Participant

    My header featured image. I pushed send by accident before. Thanks!

    #50469
    Sakin
    Keymaster

    @Kim: I don’t see header featured image in your staging site. Can you send me your site URL.

    #50647
    Kim
    Participant
    #50653
    Sakin
    Keymaster

    @Kim: that is logo not header image. You can add the following css:

    @media screen and (min-width: 961px) {
    #logo-wrap {
        display: inline-block;
        text-align: center;
        width: 70%;
    }
    #site-logo {
        float: none;
    }
    #sidebar-header-right {
        width: 30%;
    }
    }
Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Header Featured Image’ is closed to new replies.