hello together
have for this page link below:
added this CCSS code
/*dialekt und redewendungen nur pc*/
@media only screen and (max-width: 767px) {
body#top.page-id-12438 {
height: 100vh;
}
#socket > .container {
padding-left: 0;
padding-right: 0;
}
#top #my_section {
height: calc(100vh – 120px);
}
}
but the last line is still mobile visible
what do I do wrong
thanks for your info
kind regards
Franz
Hi Franz,
Thanks for giving us the CSS code as well as the page link however, I could not see anything in the code that lets you hide the row.
Can you tell us in particular which section or row you want to hide and we’ll try to give you the CSS code for it.
Best regards,
Nikko
Hello Nikko
thanks for your feedback
I would like to see on this page:: Link below
hide the bottom row of the table:
“Dialekt Ausdrücke und Redewendungen”
on the mobile phone horizontally and vertically
Thank you very much!
kind regards
Franz
on the mobile phone horizontally and vertically
thank you
kind regards Franz
Hi Franz,
Please try to add this CSS code:
@media only screen and (max-width:767px) {
.page-id-12438 .pricing-table li:last-child a, .page-id-12438 .pricing-table li:last-child br {
display: none;
}
}
Best regards,
Nikko
Thank you Nikko
works great
you can close this ticket
kind regards
Franz
Hi Franz,
We’re glad that we could help you :)
Thanks for using Enfold and have a great day!
Best regards,
Nikko