I removed one of the columns for the pricing info. and it was subsequently made this page extra wide.
1 – How can I make it normal width again?
2 – How can I center the two columns on the page? I initially set those two columns to a width of 6. That seemed to work, but made them super wide and not as attractive.
Hi, I did not see any problems in the Desktop view. You have made 3 pricing and they all look the same size. When you switch to tablet view, there is a change in size. This is also because of the size of the text you enter. The following code can solve this problem.
@media screen and (min-width: 768px) and (max-width: 1102px) {
.pricing-table { min-height: 730px; } }