• Closed
  • Dominik Albrech
    Spectator
    June 26, 2015 at 1:37 pm #18530

    Hi there,

    is there a possibility to change the size of the counters boxes – I love them, but they are to big.

    Thanks in advance!

    Dominik

    Denzel Chia
    Moderator
    Posts: 2672
    June 27, 2015 at 12:14 pm #18541

    Hi,

    In your Theme Options-> Custom CSS Please use the following codes.

    .counter-box-container.counter-box-border {
    width: 70% !important;
    }

    This will reduce the size to 70%, you can change to other percentages.

    Thanks!
    Denzel

    Dominik Albrech
    Spectator
    Posts: 43
    July 3, 2015 at 9:20 am #18625

    Thank you! Is there a possibility to change the height also or more specifically to change the whole size of the counter box (including the font size)?

    The same size compared to the XL Butotn would be very nice…

    Denzel Chia
    Moderator
    Posts: 2672
    July 4, 2015 at 3:56 am #18636

    Hi,

    In your Theme Options-> Custom CSS Please use the following codes.

    .content-box-percentage.content-box-counter {
    font-size: 25px;
    }

    You can change the 25px to other size that you need.

    Thanks!
    Denzel

    Dominik Albrech
    Spectator
    Posts: 43
    July 4, 2015 at 9:32 am #18642

    Thank you. Now, it’s only the size of the whole box, which I want to minimize. Is it possible to shrink the height of the box as well?

    Denzel Chia
    Moderator
    Posts: 2672
    July 6, 2015 at 5:22 am #18651

    Hi,

    Please try the following. You can change the 80px to a height that you need.

    .counter-box-container.counter-box-border {
    height: 80px !important;
    }

    Thanks!
    Denzel