Tagged: , ,

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #17471
    owen
    Member

    Hi,
    Is there any way to move the search button under the site title on my site?
    Thanks!

    #17487
    Sakin
    Keymaster

    @owen: This looks quite complicated. But you can try in by adding the following CSS in “Appearance => Theme Options => Custom CSS” box.

    #branding #searchform { text-align: center; }
    #branding #s { float: none; }
    #17491
    owen
    Member

    @Sakin: doesn’t seem to work. I just want it to go underneath because when media screen is set to max of 808px the search button overlaps the site title.

    #17496
    Sakin
    Keymaster

    @owen: Oh sorry I missed that. You can add the following instead of above css.

    #branding #searchform {
        padding-top: 10px;
        position: static;
        text-align: center;
    }
    #branding #s {
        float: none;
    }
    #17518
    owen
    Member

    @Sakin: Thanks! worked like a charm!

    #101293
    venus
    Participant

    how to put the search box belox the header image?

    #101351
    Sakin
    Keymaster

    @venus: Can you post in your site URL and then I can check in.

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘how to move search button under site title’ is closed to new replies.