Okay
  Public Ticket #1059687
Programming Question
Closed

Comments

  •  2
    billychanVG started the conversation

    If I want to change the layout of the widgets , such as分類. Where can I find the file to change the code?Thanks

  •  1,558
    Laborator replied

    Hi there,

    Their layout can't be set to something more than simply removing the border or showing it, and it will be for all the widgets when adding a sidebar.

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •  2
    billychanVG replied

    i need to change the html to a have differnt design for my woocommerce categories widget.

    so is that impossible to change the file only affect that widget?

    My idea:
    Catergories
    ABC(1)
    XXX(1)
    YYY(1)
    to become

    Catergories
    ABC______1
    XXX______1
    YYY______1


  •  1,558
    Laborator replied

    Hi there,

    In your admin area go to Custom CSS and paste the CSS below:

    .product-categories span.count {
        float: right !important;
    }

    It should work, I tested it on your site.

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •  2
    billychanVG replied

    Thanks the problem was solved.

  •   [deleted] replied privately