Forums Forums Search & Filter Pro Styling

Viewing 4 posts - 1 through 4 (of 4 total)
  • Anonymous
    #56240

    HI, a couple of questions about styling please:

    1.
    Please take a look at the screenshot: http://imgur.com/a/3fWVN
    I’m trying to stretch a search field to take the full width of the page. Even though it is set to width: 100% it shows up as a really small field. Any way this can be fixed?
    the page is here
    http://pixaville.com/collection/

    2.
    Submit buttons don;t take the styling from the theme, and the design of the buttons out of the box looks it was 30 years ago. (sorry, but they indeed doesn’t look great)
    Is there any way to make them take the styling from the theme buttons or do I need to style them myslef?

    Thanks a lot.
    Eijah.

    Trevor
    #56248

    I will get back to you tomorrow on this Elijah.

    Anonymous
    #56258

    Sure, thanks a lot.

    Trevor
    #56267

    1. In the S&F CSS you will see this:

    .searchandfilter label {
        display: inline-block;
        margin: 0;
        padding: 0;
    }

    And for this element that needs to be:

    #search-filter-form-19065 .sf-field-search label {
        display: block;
    }

    2. Show me a page with buttons you want the style to look like.

Viewing 4 posts - 1 through 4 (of 4 total)