Support Forums

The forums are closed and will be removed when we launch our new site.

Looking for support? You can access the support system via your account.

Forums Forums Search & Filter Pro Problem design

Tagged: ,

Viewing 4 posts - 11 through 14 (of 14 total)
  • Charles JEAN
    #96106
    This reply has been marked as private.
    Trevor Moderator
    #96266

    Hi

    OK, so far the search now makes a grid, but the contents inside are still our default:

    h2 post title linked to full post
    The post excerpt (in your site this seems to be empty so far?)
    The post thumbnail, not linked to the post
    Categories (do not seem to be any)
    Tags (do not seem to be any)
    Post date (only one seems to have a date?)

    The Bateaux theme has this differently (the example you gave me). What do you need in this content?

    The other issue is that I cannot test the row functionality as there are only 3 results. There needs to be at least 9.

    Charles JEAN
    #96279
    This reply has been marked as private.
    Trevor Moderator
    #96281

    Hi

    You need to use some Custom CSS to do that. Something like this:

    form.searchandfilter .sf-input-text,
    form.searchandfilter label {
      vertical-align: middle;
    }
    form.searchandfilter > ul {padding: 0 !important;}
    form.searchandfilter > ul > li {
      margin-right: 20px;
    	display: inline-block;
    }
    form.searchandfilter > ul > li:last-child {
      margin-right: 0;
    }
Viewing 4 posts - 11 through 14 (of 14 total)

The forum ‘Search & Filter Pro’ is closed to new topics and replies.