• Resolved candyg333

    (@candyg333)


    I would like to make the search box…and the word “search” a bit smaller on my site. I am using Generate Press premium theme (GP 2.0.2., premium is 1.5.6. I suppose there must be some css to do that, but have not seen anything on your support forum.

    Using Google chrome.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author joe_bopper

    (@joe_bopper)

    Hi candyg333,

    You will need some custom css. It appears your theme is adding a lot of padding on to input tags. I suggest cutting it down with:

    .bop-nav-search input.search-field{
      padding: 2px;
    }

    for example.

    Hope this helps and you work out how to sort it fully – should just need a bit of trial and error on css properties.

    Cheers,
    Joe

    P.S., styling is down to a theme and/or the end web developer and not a matter in the responsibility of this plugin. Therefore, I am marking this issue as resolved.

Viewing 1 replies (of 1 total)
  • The topic ‘Make search box smaller’ is closed to new replies.