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

    Hi,
    On a tablet view, my site’s search button overlaps the site title. I checked on the Catch box demo and it seems fine. What am I doing wrong?

    #16798
    Sakin
    Keymaster

    @owen: Your site URL and in which mobile are you testing your site.

    #16799
    owen
    Member

    @Sakin: Sorry I should’ve been more clear. I meant that when you click the search button to search on my site it overlaps and I am looking at it on a smaller screen size on my browser.

    #16837
    Sakin
    Keymaster

    @owen: When I check in your site URL in small screen it looks fine. So, I cannot debug it. But you can add the following CSS in “Appearance => Theme Options => Custom CSS” box to make your search bar fixed width.
    #branding #s:focus { width: 95px; }

    #16880
    owen
    Member

    @Sakin:
    Thanks! That really helped!

    #101298
    venus
    Participant

    hello… I apologize but i can i just post all my conerns here?
    1. can I put logo on the footer beside the url?
    2. can I move the search box low the header image align left
    3. How to place ads below the header image?
    Please please check with my site http://www.bankersanecdotesandquotes.com and please comment what should I enhance with the layout.

    #101352
    Sakin
    Keymaster

    @venus: Most of your requirement needs upgrade to Catch Box Pro theme.
    1. Can you upload logo from “Media => Add New” and send me your logo URL and I can check in how you can add that logo. Or do you have any design of footer logo. I want to know the size of the logo and where exactly you want to add in.
    2. I don’t understand why you are using Header image instead of Site Logo. Anyway, in this case, to move search in header left of your header image. You can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:

    #branding .searchform {
        left: 0;
        right: auto;
        top: -34px;
    }

    3. You can add ads below the header image only in Pro version where you have Ads Widget and place it in Header Right widget area.

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