• Hi,
    First of all, congratulations for this awesome theme!
    I have a request. I’m using Themify filters on the top of the shop page, but the drop-down appears behind the products. I have asked the plugin developers and they have answered me that it’s related to the theme and I could try the “margin-bottom” property to separate them, but it isn’t my intention. I have tried the z-index property but have not gotten any results.
    Any ideas? Thanks!

    • This topic was modified 3 years, 8 months ago by guijimu.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Dylan Ngo – Woostify

    (@duongancol)

    Hi, I think the margin is the best solution.
    Can you try to add the custom CSS below?

    .wpf_item_pa_color .wpf_items_group,
    .wpf_item_pa_tallas .wpf_items_group {
    	padding: 1px 7px;
    }
    form.wpf_form.wpf_form_color.wpf_form_scroll.wpf_submit_on_change.wpf_form_ajax {
    	margin-bottom: 25px !important;
    }

    Thanks!

    Thread Starter guijimu

    (@guijimu)

    Yes, I tried adding more margin, but it doesn’t seem so compact this way. I would like it to float over the products or push them down. Is it possible?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Issues with Themify’ is closed to new replies.