Hi,
the button that opens / closes a section with fold / enfold does not follow mobile settings.
You can see it here:
Watch it on small or very small screens and the button is still there although the whole section is set to “Hide on small & very small screens”
Hey kalla77,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
@media only screen and (max-width: 767px) {
.page-id-12808 #av_section_3-fold-unfold {
display: none;
}
}
Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
After applying the css, please clear your browser cache and check.
Best regards,
Mike
Hi Mike
since the issue will exist always when this element is used, the CSS that adresses the page ID is definitely to specific.
Even so with “section_3” (it could happen that we use a tab section that has 4 or 5 sections.)
Whats the CSS to solve it generally?
kind regards
kalla77
btw: Did you put it on the bug list for a fix?