Last table column is not showing properly on responsive site. Is there is option to correct that behaviour?
Hey ZeljkoMaletic,
Please try the following css:
@media only screen and (max-width: 767px) {
.responsive .avia_responsive_table .avia-data-table .avia-button-row,
.responsive .avia_responsive_table .avia-data-table tr:first-child th {
display: block;
}
}
Best regards,
Victoria
Where I should I put that css?
Kr,
Zeljko
Hi,
Enfold Options > General Styling > Quick css
Best regards,
Jordan Shannon
Unfortunately that didn’t solve the problem. Is there anything else to try?
Hi ZeljkoMaletic,
What kind of solution are you looking for?
Please attach a mockup of what you’re trying to achieve.
Best regards,
Victoria
I would like all column headings to be shown. Now table don’t show third column heading.
You can check responsive version of this page https://adriatichealing.co.uk/adriatichealing/services/dentistry/implantology-and-oral-surgery/
How can I post photos here?
Regards,
Zeljko
Hi Zeljko,
You can upload screenshots to a service like https://imgur.com/upload and give us the links here.
Best regards,
Victoria
Here is screenshot of table on responsive site
and here is desktop version
I hope that’s enough to see what is problem with table.
Kind regards,
Zeljko
Hi Zeljko,
Thank you for clarifying.
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (max-width:767px){
.avia-table-1 td:nth-of-type(3):before {
content: 'Your savings';
}
}
If you need further assistance please let us know.
Best regards,
Victoria
Victoria Thank you, this solved a problem :-)
Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon