• Resolved miyagibonsai

    (@miyagibonsai)


    Hello,

    I have run into an issue where there is a gap between where the product filters are shown and then the products. Please go to the link attached on mobile.

    I have tried to add custom CCS: padding-bottom: -100px; However, this doesn’t work and affects my header instead.

    Are you able to help?

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

Viewing 11 replies - 1 through 11 (of 11 total)
  • Plugin Support mediawebster

    (@mediawebster)

    Hello

    Are you using the free version of the plugin? Please delete this version and install a new version(all settings will be saved)

    Thread Starter miyagibonsai

    (@miyagibonsai)

    Hi,

    I just deleted and installed the latest version. The issue is still there.

    Plugin Support mediawebster

    (@mediawebster)

    Hello

    These are your theme styles. Try this CSS

    @media screen and (max-width: 767px)
    body #primary, body #secondary {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    Thread Starter miyagibonsai

    (@miyagibonsai)

    I added the CSS. However, it hasn’t resolved the issue.

    Plugin Support mediawebster

    (@mediawebster)

    Hello

    Where you added this code

    I checked your site and I don’t see this code

    Thread Starter miyagibonsai

    (@miyagibonsai)

    Hi,
    I removed the code as it didn’t change anything. I have added the code again, please take a look.

    Plugin Support mediawebster

    (@mediawebster)

    Hello

    So please clear all cache. Because I don’t see this code

    Where you added this code?

    Thread Starter miyagibonsai

    (@miyagibonsai)

    Hi,

    I have cleared cache on my site.

    The code has been implemented in; Appearance > Customise > Additional CSS

    Please let me know if that is correct.

    Plugin Support mediawebster

    (@mediawebster)

    hello

    Try this code

    @media screen and (max-width: 767px)
    .container #primary, .container #secondary {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    Thread Starter miyagibonsai

    (@miyagibonsai)

    Hi,

    I have implemented the code and cleared the cache again. However, it hasn’t changed anything.

    Plugin Support mediawebster

    (@mediawebster)

    Hello

    Ok! Then write in support of the theme (these are their styles)

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Bottom Padding on Filter Mobile’ is closed to new replies.