Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #212640

    Hello,
    Foremost, Enfold is amazing. Great work & Thank You very much…

    I’m having some difficulty adjusting the line height inside the cells of a ‘Pricing Row’ of a ‘Pricing Table’ I’ve created…
    Pricing Table Trouble
    I would like to reduce the vertical space between the dollar amount and “per cleaning”
    Shortcode:

    [av_cell col_style='avia-center-col']$99<span class="pricingTable_perCleaning">per cleaning</span>[/av_cell]
    [av_cell col_style='avia-center-col']$119<span class="pricingTable_perCleaning">per cleaning</span>[/av_cell]

    CSS:

    .pricingTable_perCleaning{
    	font-size: 0.2em; 
    	line-height: 0.2em !important; /* BROKEN */
    	font-weight: normal;
    }

    I’m hoping you could provide a solution as I haven’t been able to find any suggestions & everything I’ve tried thus far has failed.
    Thanks in advance!

    #212688

    Hi Erik!

    Can you post a link to the pricing table please?

    Best regards,
    Peter

    #212694

    Unfortunately not Dude, (LoL)

    I’ve just recently began development and the site is being hosted locally via WAMP at the moment.

    #213202

    Hey!

    Ok, please try to reduce the padding bottom/top with

    
    .pricing-table>li.avia-pricing-row{
    padding-bottom: 5px;
    padding-top: 5px;
    }
    

    Best regards,
    Peter

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Pricing Table Line Height Trouble’ is closed to new replies.