• Resolved marcomarcuzzo

    (@marcomarcuzzo)


    Hi, I set a left side product filter, I would like to change some appearance but I can’t find the right file to do it.
    Specifically, I have a multiple choice insert box, I would like to increase the padding between the box and the following filter.
    Using inspecting element it appears:
    ul class=”chosen choices” and I want to find the corresponding file to add
    style=”bottom: 15px;”>

    <ul class=”chosen-choices” style=” bottom: 15px;”>

    what is the right file?

Viewing 1 replies (of 1 total)
  • Plugin Support mediawebster

    (@mediawebster)

    Hello

    Better use CSS code and paste it to additional CSS

    An example:

    .woof ul.chosen-choices{
    bottom: 15px;
    }

Viewing 1 replies (of 1 total)

The topic ‘Source file to change CSS’ is closed to new replies.