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

    Hi,

    Is it possible to center [a little better] the icons that are used on separators when viewed on small screens?

    Thank you

    #817089

    Sorry, this is the correct link

    #817408

    Hi,

    Add the following to quick css:

    @media only screen and (max-width:767px) {
      .hr-custom.hr-icon-yes.hr-center .hr-inner {
        width: 35% !important;
      }
    }

    Best regards,
    Jordan Shannon

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