Tagged: , ,

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1437338

    Hi guys,

    I have noticed that the separator is not working on mobile devices.

    It does work on desktop as it should but on mobile, the text floats to the right.

    Separator on mobile

    The page URL goes in the Private content ;)

    TIA!!

    Havi

    #1437368

    Hey havi,

    Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 767px) {
    .hr .hr-inner {
      width: 100%;
    }
    }

    Best regards,
    Rikard

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