• Hi guys,

    I am using Enigma version 1.9.4 and I am just customizing it on my computer. The one issue i can’t solve is my search box. It looks like this:
    http://s4.postimg.org/6kapthpxp/searchbox.png

    I think i have changed something somewhere and i cant figure out how to fix it. I want the search box to fully extend in width in that box not just half way.

    Please help!

    Thanks in a advance.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi,

    Its by default of same width.
    If you want to increase its width please go to Admin Dashboard >>Appearance >>Theme Options >>General Settings and find custom CSS editor and copy below CSS in custom CSS editor

    @media (min-width:1200px) {
    #searchform .form-control {
      width: 137%;
    }
    }

    Save the changes.

    Thanks.

    Thread Starter milehigh777

    (@milehigh777)

    Brillant!! Found it in engima-theme.css

    Thank you so much!

    Hi,

    Most welcome.

    Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Search box padding issue’ is closed to new replies.