Forums Forums Search & Filter Pro reorder where results are generated

Tagged: ,

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

    the .search-filter-results is generating under the .seperate_content div and I want it to generate under the .subcats-list section. is this possible?

    http://d6685764.u1485.netctech.com/gloves-results/?_sft_type-taxonomy=other-personal-protection

    Trevor
    #107903

    It is happening because you have .page-content set to display: inline-block;. If you gave this a width as well (like 70%), then it would push that div down.

    Anonymous
    #108016

    Hi Trevor,

    I tried setting .page-content width but it is not achieving what I want. I am trying to make the .search-filter-results have a consistent width and spacing between the search form. I find that I can achieve this by dragging the search-filter-results under the .subcats-list section in the inspect element window.

    Trevor
    #108223

    This is a tricky CSS issue and is hard to tie down because of what you have done. The issue is that divs are not sitting inside containers and so they are moving around. This is going to be too complex for me to resolve within our support framework. It is not strictly a S&F Pro plugin issue, but is instead a theme and custom HTML/CSS issue.

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