not working ok

This topic contains 4 replies, has 2 voices, and was last updated by gujo4469 gujo4469 4 years, 1 month ago.

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #26238
    gujo4469
    gujo4469
    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 Marcinko
    Ernest 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;
    }
    Best,
    Ernest Marcinko

    If you like my products, don't forget to rate them on codecanyon :)


    #26241
    gujo4469
    gujo4469
    Participant

    works perfect, thank you!

    #26242
    Ernest Marcinko
    Ernest Marcinko
    Keymaster
    You cannot access this content. Best,
    Ernest Marcinko

    If you like my products, don't forget to rate them on codecanyon :)


    #26243
    gujo4469
    gujo4469
    Participant

    will do!

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

You must be logged in to reply to this topic.