Shape 5

Joomla Templates => Oasis - Club => : treechick May 24, 2016, 11:31:03 AM



: Price table question
: treechick May 24, 2016, 11:31:03 AM
Hi, I have a 3-digit price on my price table. It's too big that overlaps with the dollar sign. Is there anyway to fix this? or to reduce the font size of the price? Thanks! http://chtglobal.web-got.com/index.php/price

Wen


: Re: Price table question
: mikek May 25, 2016, 07:22:43 AM
Hello,

You'll have to make the circles bigger to do that, try adding the following to custom.css and adjust as necessary:


.s5_pricetable_column .dollarsign {
    margin-left: -98px !important;
    top: -30px !important;
}

.s5_pricetable_column .price {
    height: 150px !important;
    line-height: 150px !important;
    margin-top: -118px !important;
    width: 150px !important;
}