How to set checkout page?

Posted in: Newspaper
Post count: 12

Hi,

I find the left information block position is too left (https://postimg.cc/MvR2DVH3). I want to move them right. How can i set that.?
Thanks

Post count: 27744

Hello,

Unfortunately, there is no option to set the checkout form to the right. You can create a custom code css https://i.imgur.com/B41E5tQ.png
.wp-block-woocommerce-checkout,
{
text-align: right;
}

Set the code in Theme panel>Custom code>Custom css

Thank you!

Post count: 12

Hi Anamaria,
Nice to get your reply. Your code lets Text changes from left to right, but not solved my problem. My problem is the screen could not show the left text completely. Pls check the pic
https://postimg.cc/wRtY5cXL. I found if zoom down this web page by 10% and it will be just right. So what code can solve it?

  • This reply was modified 2 years by jackzhu.
Post count: 21065

Hello @jackzhu !

I recommend you set up a page for checkout here: https://app.screencast.com/LtzFBf1QjbA3G.
Make sure you have the tagdiv Shop plugin active from Dashboard -> Newspaper -> Plugins.
Go to Dashboard -> Pages and edit the page with the tagdiv composer. Use this element called “Woo Checkout”: https://app.screencast.com/aBStnFCEybQOx, and you will have this issue fixed.

Thank you!

Post count: 12

Thanks. This solved my problem

Viewing 5 posts - 1 through 5 (of 5 total)
The forum ‘Newspaper’ is closed to new topics and replies.