This topic has 6 replies, 3 voices, and was last updated 5 years, 2 months ago ago by Rose Tyler
Hi,
May I ask is there any tutorial about the element Pricing Box?
Thank you
Hello,
This is Massive Addons element, there is no advanced documentation for this element but you can import style presets http://prntscr.com/oy8t59 and content presets http://prntscr.com/oy8v4g to get examples.
Regards
I tried your way, and it is great. But the “Pricing Legend” part can only show on a desktop computer (https://ibb.co/8rhrkj4) but not on phone (https://ibb.co/sqbMYpX).
Hello,
To show this block, just add the next code in Global custom CSS:
@media screen and (max-width: 768px) {
.mpc-pricing-legend {
display: block;
}
}
Regards
Sorry, it is still the same like this: https://ibb.co/sqbMYpX
Please add !important
https://prnt.sc/oyk0pl
Regards
You must be logged in to reply to this topic.Log in/Sign up