Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #902192

    Hi Team,

    the toggle tags on my new client’s draft are cutted on mobile. Is there a way to scroll the tags or to add a breakpoint if there are too many for the screen width? (see screenshot)

    Website:

    https://webigami.de/judy/dates/

    Screenshot:

    Screenshot cutted tags toogle mobile

    Thx and cheers,
    Jan :)

    #902629

    Hey Jan,

    Please, provide us your WP credentials?

    Best regards,
    John Torvik

    #902948
    This reply has been marked as private.
    #903218

    Hi Jan,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (max-width: 767px) {
      .taglist {
        width: 90vw;
        word-wrap: break-word;
      }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #903486

    That worked just fine!

    Thank you, Victoria!

    Cheers,
    Jan :)

    #903489

    Hi Jan :)

    Glad Victoria could help! Let us know if you have any other questions or issues and enjoy your weekend :)

    Cheers!
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Accordion Tags Toggle Mobile’ is closed to new replies.