Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1487064

    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”

    #1487086

    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

    #1487184

    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?

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.