Hello everyone,
on our page the buttons disappear in mobile view. Is there a way that they do not disappear?
Best regards
Markus
please see screenshots:
Screenshot desktop: https://drive.google.com/file/d/1IvXPe9zRD7x5YGSlXuws-SwsE-EQ4IZq/view?usp=sharing
Screenshot mobile: https://drive.google.com/file/d/1N_KpJ4KpGOTVTnd-5gfJVjdO2r_1vcxT/view?usp=sharing
Hi Markus,
Can you try adding this CSS code in Enfold > General Styling > Quick CSS:
@media only screen and (max-width:767px) {
.responsive .avia_responsive_table .avia-data-table .avia-button-row {
display: block !important;
}
}
Best regards,
Nikko