Tagged: ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1473365

    I am having an issue where the + / – toggle icons for accordions on our client’s website are not displaying on mobile. See the example page linked below. The accordion is under the “Itinerary” header. The toggles display at all screen sizes other than around 740 pixels wide and lower.

    I can’t find any code that would hide them at the smallest screen size. If someone can help with this, it would be appreciated. Thanks.

    #1473391

    Hey NicomIT,

    Thank you for the inquiry.

    The symbols are not visible because of this css code:

    .toggler .toggle_icon .vert_icon, .toggler .toggle_icon .hor_icon {
        display: none;
    }

    Please disable the compression settings temporarily, then remove the css.

    Best regards,
    Ismael

    #1473429

    Thanks Ismael. That did the trick.

    #1473434

    Hi,

    Thanks for the update, we’ll close this thread for now then. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Accordion Toggle Icons Not Displaying on Moble’ is closed to new replies.