Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi @pinfante,

    Try this:

    .directorist-form-group .directorist-form-element {
        font-size: 16px;
    }

    Regards,
    Mahdi.

    Thread Starter pinfante

    (@pinfante)

    Hi, unfortunately that didn’t work. If you go to the following page on a mobile device (I’m using an iPhone), tap Search and then tap in the criteria box to enter text, you’ll see the page/box zoom slightly and you’ll then be able to swipe the page left and right (which shouldn’t be the case). It is the zoom to the search box causing that. The only way to get out of that situation at that point is to either pinch the page back to normal size or reload the page.

    Here’s the link:
    https://letstalkphoto.com/all-listings/

    Thanks.

    -Pat

    Hi @pinfante,

    That CSS was to change the font size on the input box. The issue you’re now describing sounds like an overflow issue. Try using this CSS:

    
    #main.site-main {
        overflow: hidden !important;
    }
    

    Regards,
    Mahdi.

    Thread Starter pinfante

    (@pinfante)

    Hi! That didn’t work. But I think if we can get the search box to 16px that should work. When I use the code in the previous response

    .directorist-form-group .directorist-form-element {
    font-size: 16px;
    }

    That did not change the font size. I even increased for test purposes to 100px, but it had no effect on the font size in the search box. the Search Box Function for which I speak is located here: https://letstalkphoto.com/the-global-photographer-directory/

    Maybe also because I’m using the ‘Filter’ function as my search? Maybe the filter input field requires different CSS code/reference? Just a thought.

    Thanks.

    -Pat

    • This reply was modified 3 years, 6 months ago by pinfante.

    Hi @pinfante,

    Are we talking about this: https://ibb.co/d2ytjd0? If yes, it looks to be working for me. Maybe try !important?

    Regards,
    Mahdi.

    Thread Starter pinfante

    (@pinfante)

    Yes, !important worked! Thanks again!!

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Search Box Input Text Size’ is closed to new replies.