Tagged: , , ,

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #497673

    Hello Kriesi

    Can you please suggest some CSS to fix the way the table on the Cart page sits so tight against the border above it?

    See screenshot here:

    Table too close to border

    I tried this CSS

    .content .entry-content-wrapper { 
        padding-top: 20px;
    }

    and it seemed to work, but I wanted you to confirm it was the correct CSS as I didn’t want to affect any other parts of the site.

    Cheers

    #497686

    Hi LordLiverpool!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .woocommerce-cart .woocommerce {
        padding-top: 50px;
    }

    Regards,
    Yigit

    #497707

    That worked perfectly!

    Thank you very much.

    You’re the CSS master :-)

    #497715

    Hey!

    You are welcome, we are always happy to help :)
    For checkout page, please use following one

    .woocommerce-checkout .woocommerce {
        padding-top: 50px;
    }

    Regards,
    Yigit

    #497716

    Thanks very much :-)

    #498285

    Hi,

    Glad we could help :-)

    Cheers!
    Rikard

    #498295

    Hi Rikard

    Yes this fixed the problem I was having.

    a BIG thanks to Yigit.

    Cheers

    #498305

    Hi!

    :) Let us know if you have any other questions or issues and have a great weekend! :)

    Cheers!
    Yigit

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Table too close to border’ is closed to new replies.