• km7games

    (@km7games)


    I’m trying to modify the code, because I want the additional ones added below the Product name, because in the mobile version it gets too dirty.
    I already used Padding and improved the look.
    But I wanted to know where and which css code I can make this modification

    https://prnt.sc/zwF4KN46Cuk2

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Ehsan Riyadh

    (@ehsanriyadh)

    Hi @km7games
    We are sincerely sorry that your checkout page is like this. In fact there is no way to solve this without doing custom code. Because this checkout page is using a woocommerce tag. We can provide you with a custom solution that will display all variation products on your check out page like this: LINK

    For this you need to place some custom CSS code on your theme Customize>Additional CSS,

    .woocommerce-page.woocommerce-checkout form #order_review td.product-name {
        display: block !important;
    }
    
    @media(max-width: 420px) {
    	.woocommerce-page.woocommerce-checkout form #order_review td.product-name {
    		min-width: 190px !important;
    	}
    }
    

    Your site’s checkout page may also be different. If your checkout page is not correct after this code replacement then we need to check your site. Would you please check our main plugin’s landing page and reach us so that we can investigate more on your site and will try to give you the solution asap. Hope you understand.

    Thanks for being with us

    Thread Starter km7games

    (@km7games)

    It worked perfectly, thank you very much.
    To leave it aligned the same as yours, which function is better to make padding or margin responsive?

    https://prnt.sc/_sTIUs_qlI2d

    Edit: I managed to fix it, thanks WPCafe.

    • This reply was modified 2 years ago by km7games.
    Plugin Support A Zaman Sagor

    (@azamansagor)

    Hi @km7games,
    Great! Thank you for letting us know. Feel free to reach us regarding any queries or clarifications. We are always here to assist you.

    We are continuously working on improving our plugin and providing our customers with a fantastic experience. Genuine insights from customers like you will help our team to improve our plugin and help others choose the right plugin.

    Thank you for your time and enjoy!

    Best regards

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Additionals’ is closed to new replies.