Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #37547
    Shanan
    Member

    Hi there,

    The header on my blog was looking great until recently (about 9pm tonight). I want the central image to stretch across the top of the page, with the Search function relegated to the sidebar. Was working great until recently. Please help?

    #37550
    Shanan
    Member

    http://www.theprocrastiwriter.com/ is my site. Sorry about that.

    #37596
    Sakin
    Keymaster

    @Shanan: It’s the size of your header image that pushed down the search in header. So, if you want to extend the header image to large then either you need to hide the header search by adding in the following css in “Appearance => Theme Options => Custom CSS” box.

    #header .social-search {
        display: none;
    }

    Or you can can reduce the size of the search in header. For example, with your current header image size, you need to adjust the size as following.

    #header .social-search {
        width: 206px;
    }
    #header .social-search form.searchform input {
        width: 102px;
    }
Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Header alignment went from great to not-so-great’ is closed to new replies.