Hi guys,
I am looking for a solution for one of my tables.
The problem is that on the Iphone 6 device the table is cut off on the right side….maybe you get a solution for me.
THX
Regards,
Andy
Hey empolis,
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: 450px) {
td, th {
padding: 7px;
}
#friseur-preisliste {
padding-left: 15px;
}
}
If you need further assistance please let us know.
Best regards,
Victoria
THX Victoria,
I did the change but this does not fix the problem really ;(
Regards,
Andy
Hi Andy,
Let’s try this css instead:
@media only screen and (max-width: 450px) {
.responsive #top #wrap_all #after_full_slider_1 .container {
width: 90%;
max-width: 90%;
}
td, th {
padding: 7px;
}
}
If you need further assistance please let us know.
Best regards,
Victoria
Victoria thx a lot!
I decided to use different content on the mobile version.
So you can close the ticket…
Regards,
Andy
Hi Andy,
Let us know if you need any help them :)
Best regards,
Victoria