Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #18431
    silentcall
    Member

    Hi Sakin,
    my last question before I´ll launch my site…
    At http://exitpoint.de you see that my search box in the header is not well placed. I´d like to move it further down in the bottom-right corner of the header-pic.
    How to do?

    Thanks,
    Chris

    #18438
    Sakin
    Keymaster

    @silentcall: I see that you have added the following CSS in your Custom CSS box to position the header top sidebar.

    .sidebar-top {
        position: absolute;
        right: 4px;
        top: 42px;
    }

    You can change that to

    .sidebar-top {
        bottom: 0;
        position: absolute;
        right: 4px;
    }

    and if you want to go further down you can add the following CSS
    .sidebar-top .widget { margin-bottom: 0; }

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘move search-box in header’ is closed to new replies.