Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #167364

    I am missing some borders on the bottom of my pricing table. I am not sure why. I have entered data into the table using the editor and have not changed any settings.

    http://proletehealth.com/pricing/

    #167375

    Hi uattah!

    Please add following code to Quick CSS

    .pricing-table>li { border-bottom: 1px solid; border-top: none; }

    Best regards,
    Yigit

    #167378

    That created a 1px line on the bottom of every table row (between each of my service features). I just wanted a line on the very bottom of each column as it looks like it’s missing. I hope this makes sense.

    #167464

    Hey!

    Please add this on your custom.css or Quick CSS:

    .main_color .pricing-table>li:nth-child(even) {
    border-bottom: 1px solid #e1e1e1;
    border-top: none;
    }
    
    .main_color .pricing-table>li:nth-child(odd) {
    border-top: none;
    border-bottom: 1px solid #e1e1e1;
    }

    Cheers!
    Ismael

    #167575

    Hi Ismael! That did the trick. My page looks perfect now. Thank you to you, Yigit, and the whole Krisei crew for prompt responses and stellar support. I am sure I’ll be back :) Though, my website is nearing completion.

    Are you launching any more themes in the near future?

    Thanks again for your help!

    #167751

    Hey!

    Glad we could help. Please follow Kriesi on themeforest and watch out for new theme releases. :)

    Regards,
    Ismael

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Missing borders on pricing table’ is closed to new replies.