Comment to 'Smaller Blocks'
Comment to Smaller Blocks
  • Is the block size based on Icon size and can it be set smaller? So far looks really good I just would like the block size smaller

    The block size is fixed.
    You can override this by putting the following:

    <style>
    .aqb_popup_blocks_item_cont {
    width: 150px;
    }
    .aqb_popup_blocks_pic {
    width: 100px;
    height: 100px;
    }
    </style>

    at [studio -> designer -> injections]