Hi, I have some links in an accordion on this page (see private content). On desktop this is fine, but on mobile, the text is cut off, I have removed the custom CSS to see if it was an issue with this, but the text remains cut off.
Hey qwerty94,
I can’t see anything being cut off on that page, could you post a screenshot of the problem and let us know in which browser and device you are seeing that happening please?
Best regards,
Rikard
Hi,
Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 767px) {
.toggle_content {
padding: 12px 10px 11px 10px;
}
.toggle_content p a {
font-size: 12px;
word-break: break-all;
}
}
Best regards,
Rikard
Hi,
Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 767px) {
.toggle_content {
padding: 12px 10px 11px 10px;
}
.toggle_content p a {
font-size: 12px;
word-break: break-all;
}
}
Best regards,
Rikard
That’s great! – Thank you.