Okay
  Public Ticket #1561823
cut icons
Closed

Comments

  • cryptogoldberlin started the conversation

    Hello, the icons on my page: mining pool are cut and i dont know how to fix it. can you help me out? 

    thank you

    best regards Cemil Korkmaz

  •  608
    WordPress replied

    Hi,
    Thanks for your purchase.

    You can install and active child theme then you can add style css in child theme:

    body .icon_box_content.type_3 .icon_box,
    body .ult-content-box .icon_box_content.type_1.text-left {
        padding-top: 20px;
    }
    .ult-content-box .wpb_column.vc_column_container.vc_col-sm-6.vc_col-lg-6.vc_col-md-6:nth-child(2n+1) {
        clear: left;
    }

    Regards,
    Alex Vũ


  • cryptogoldberlin replied

    Thank you, it worked :)

    You have to deactivate W3 Total Cache first before you add style css (if anyone has the same problem).