#fx.bloemendaal
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- fx.bloemendaal, 4 days ago, 15 messages
Try increase the width of the element that containing pricing table.
I also added width 100% tot the container
Then check the parent of the element that containing pricing table.
Ah I increased to 200% and now they appear next to each other. Do you also now how to center them and let it cover the whole page?:
.pricing-page-container {
float:left;
width:200%;
margin-left: auto;
margin-right: auto;
}
return (
<div className="pricing-page-container">
<stripe-pricing-table
pricing-table-id="prctbl_1OnjEvBMCIWiHUmJpbatw6hr"
publishable-key="pk_test_..."
>
</stripe-pricing-table>
</div>
);
}
I can only help with questions directly related to Stripem and I'm not an expert in CSS