Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author ndre

    (@ndre)

    Thank you for reporting this. Unfortunately I cannot reproduce the error on our test servers.

    Could you please provide the URL where this problem occurs?

    Plugin Author ndre

    (@ndre)

    I’ve run some additional tests. I found it. It will be fixed with the next version. In the meantime you can add the following code to your theme CSS file:

    .tax-al_product-cat .entry-content {padding: 0 376px 0 60px !important;}

    Thread Starter abonnefoy

    (@abonnefoy)

    Thanks. Patch solved issue

    Thread Starter abonnefoy

    (@abonnefoy)

    Hello,

    Fix solved issue for “normal” screen. But the padding should disapeared on small screens…
    For devices as smartphone, it’s not working:
    https://s12.postimg.org/4ituetrp9/Capture.png

    I’m not really good in Css, but this is the fix I made :

    @media (min-width: 1000px) {
    .tax-al_product-cat .entry-content {
    	padding: 0 376px 0 60px !important;
    }
    }

    Could you please check if there is a smarter way?

    Thanks

    Plugin Author ndre

    (@ndre)

    Hi,

    Please update to the 2.2.11 version. It should fix it for all screen sizes.

    Thread Starter abonnefoy

    (@abonnefoy)

    Perfect. worked.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Category view : problem of overlap with widget’ is closed to new replies.