This topic has 11 replies, 3 voices, and was last updated 1 months ago ago by Andrew Mitchell
Hi 8theme Support
How can i make like this Comparison Pricing table (look image) that doesnt shrink on mobile but instead you can scroll (look video)
here is the link from where i got the table : https://elementor.com/pricing-ecommerce-hosting/
Image : https://imgur.com/4Kivdyz
Thanks for your help
Dear @QaQako,
We hope this message finds you well. Could you kindly confirm if you have created a pricing table? If so, please provide us with the URL of the website where the table is located. This will enable us to assist you with the necessary custom CSS codes.
Thank you for your attention to this matter.
Best regards,
The 8Theme Team
Thanks for your time
here it is again : https://elementor.com/pricing-ecommerce-hosting/
Hi @QaQako,
We meant your website not Elementor.com. Did you create a test page yet?
Thank you!
here you go
Hi @QaQako,
Please add the pricing_table ID to the section contains the pricing table.
Then add this custom CSS:
@media (max-width: 600px){
#pricing_table {
overflow-x: scroll;
}
#pricing_table .e-con-inner > [data-element_type="container"] {
min-width: 1024px;
flex-wrap: nowrap;
}
}
Hope it helps!
im not sure if i used it the right way
is this the id youre talking about : https://imgur.com/QriNY4h
here is what ive wrote
@media (max-width: 600px){
#1114918 {
overflow-x: scroll;
}
#1114918 .e-con-inner > [data-element_type="container"] {
min-width: 1024px;
flex-wrap: nowrap;
}
}
thanks for your time
Hi @QaQako,
If you want to add the custom ID for that section, please update the custom CSS codes to this:
@media (max-width: 600px){
[data-id="6a5cf22"] {
overflow-x: scroll;
}
[data-id="6a5cf22"] .e-con-inner > [data-element_type="container"] {
min-width: 1024px;
flex-wrap: nowrap;
}
}
Let us know how it goes!
hi hope youre doing good
thanks for your follow up
there is an issue i only want the pricing table to be scrollable to the right not the header
ive tried adding this css that you gave me and changed the id to the container with the table but it didnt work
and ive got an issue the css doesnt work if the princing table container content width is on boxed it needs to be on full width
thanks for your time
Hi @QaQako,
Please share us with your admin account so we can take a closer look.
Thank you!
Dear QaQako,
In the spirit of gratitude, we want to express our appreciation for your trust in our products. As a valued customer, your experience matters greatly. Would you consider sharing it by giving our theme a deserving 5-star rating on ThemeForest?
Click here to share your thoughts: https://themeforest.net/downloads
Being part of our community means a lot, and your feedback contributes immensely.
Best Regards,
The 8Theme Team
The issue related to '‘How to make a pricing comparison table (In one line on mobile)’' has been successfully resolved, and the topic is now closed for further responses