Okay
  Public Ticket #3378489
product category margin
Closed

Comments

  •  16
    Patryk started the conversation

    Hey!

    I have a problem with overlapping categories on the number of products. I am sending pictures and a link.


  •  2,085
    Judith replied

    Hi Patryk,

    Thanks for writing to us.

    Please try this css:

    body:not(.ascend) #sidebar .widget.woocommerce li .count {
        left: 24em;
    }

    Thanks.

  •  16
    Patryk replied

    thanks so much !!

  •  16
    Patryk replied

    When viewing products on the vertical screen (1080 x 1920), numbers (probably the number of products) appear under the product images. I have provided the video at the link. Please help :)

    https://we.tl/t-gIlKH1J9ZB

    https://nty.parts/pl/produkty/

  •  3,208
    Andrew replied

    Hello again.

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    body:not(.ascend) #sidebar .widget.woocommerce li .count {
        left: 18em !important;
    }
    

    Thanks,