Tagged: x
-
AuthorPosts
-
March 19, 2017 at 10:00 pm #1413180
https://imagepro.institute/portfolio-item/personal-bundle-bronze/
What am I doing wrong? It does not behave in a responsive way on my devices (large monitor as well as cellphone).
Thanks!
March 20, 2017 at 5:28 am #1413452Hey there,
The Pricing Table is responsive. Could you give us more details why you’re saying it’s not responsive? Please give us screenshots of the pricing table in desktop, tablet and phone view.
Thanks.
March 20, 2017 at 11:11 am #1413821This reply has been marked as private.March 20, 2017 at 11:15 am #1413830This reply has been marked as private.March 20, 2017 at 10:19 pm #1414549Hi There,
The pricing table is responsive, its just the container is narrow and the table has a lot of items on it. So we need to adjust the text sizes and adjust some paddings. Please add this on your custom CSS.
.x-pricing-table .x-li-icon, .x-pricing-column-info .x-btn { font-size: 0.75em; padding-left: 10px; padding-right: 10px; } .x-pricing-table .x-price { font-size: 200%; }
On mobile, regretfully we can’t make the table columns stay inline, It will stack on top of each other because that’ll make column more narrower if we force to inline it. You need to use a different presentation on how you can display the prices in mobile view effectively. Try the card element, prices on the front and packages on the back.
You can utilize the Hide Base on Screen Width feature to display a different section on desktop and mobile.
Hope it helps, Cheers!
April 2, 2017 at 5:16 am #1427260This reply has been marked as private.April 2, 2017 at 10:28 am #1427312Hey there,
To make it fit the page, the portfolio sidebar must be eliminated or moved to the bottom. To do that, please add the code below in your Appearance > Customize > Custom > Global CSS
.x-portfolio .entry-info { width: 100%; }
The Pricing Table is best displayed in a wide container especially if you have 4 columns.
You can edit it in Cornerstone but note that you can edit the contents only and not the portfolio sidebar. If you don’t see the Cornerstone tab in your Portolio item editor, please go to Cornerstone and enable the X Portfolio in the allowed post types.
Thanks.
-
AuthorPosts