This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

not working ok

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #26238
    gujo4469gujo4469
    Participant

    Everything works fine,
    http://zwasteshop.com/?ign_skip=splet99

    except on category pages, there is no padding
    http://prntscr.com/rfa8tb

    category pages can be found from the first dropdown.
    In this case I’m using lite version.

    ziga

    #26239
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi,

    There is a custom CSS in the theme that changes the box sizing, causing the problem.

    Please try this custom CSS to override and correct that:

    .asp_w, .asp_w *,
    .asl_w, .asl_w * {
        box-sizing:content-box !important;
    }
    #26241
    gujo4469gujo4469
    Participant

    works perfect, thank you!

    #26242
    Ernest MarcinkoErnest Marcinko
    Keymaster

    You cannot access this content.

    #26243
    gujo4469gujo4469
    Participant

    will do!

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.