Tagged: ,

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #13550
    signify
    Member

    Hi,

    I am using Catch-box for my website. I have the search box showing in the header of my site. However, when I see what it looks like on mobile devices, the search box is smack in the middle of the header and covers my logo. I want the box to be above the logo instead. I know that this is possible because the website detech.com does it.

    My website is https://www.writersflowapp.com

    Thanks for your help,

    Amanda

    #13561
    Sakin
    Keymaster

    @signify: Which version of theme are you using it? It shouldn’t have problem. But yes there is problem in your site in mobile devices.

    #13584
    signify
    Member

    Hi,

    The version is 2.6.1 just prior to the latest update.

    Thanks for responding,

    Amanda

    #13597
    Sakin
    Keymaster

    @signify: Can you try adding in following CSS in “Appearance => Theme Options => Custom CSS” box.

    @media screen and (max-width: 960px) { 
    .logo-wrap {
        padding-top: 50px;
    }
    #branding #searchform {
        text-align: center;
        top: 10px;
        width: 100%;
    }
    }
    #13649
    signify
    Member

    Thank you very much Sakin!

    That solved the problem.

    Amanda

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Search box in header of free catch-box theme’ is closed to new replies.