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

    Please help asap! Black Friday sales on now and we need a solution fast.

    Our site (URL in private content) is using easy slider element and the title does not show on mobile (does not resize accordingly). I have tried several quick css codes from other threads but none worked.

    #1034691

    Hey web6s,

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

    @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .home .avia-caption-title {
      font-size:22px !important;
    }
    }

    Best regards,
    Rikard

    #1035709

    That did not work. In fact, any quick CSS I have been trying lately has worked.

    Any ideas?

    #1035750

    Hi,

    Please add the code to the very top of quick css so it runs first. Also be sure to clear your cache a few times over.

    Best regards,
    Jordan Shannon

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