Home Forums Online Portfolio Pro Slider on Mobile

Viewing 1 reply thread
  • Author
    Posts
    • #5076
      Jason Ayles
      Participant

      The slider page does not look very good on mobile. For some reason, the text gets larger as the screen gets smaller (Title) the featured picture does not scale down at all and ends up not looking good because it is cut off.

      Can you stop the text scaling? can you hide the feature image on mobile?

    • #5098
      arjun
      Keymaster

      go to appereance > customize > additional CSS and copy CSS and publish it

      @media only screen and (max-width: 600px) {
      section#intro .carousel-item {
      background-image: none !important;
      }
      }

Viewing 1 reply thread
  • You must be logged in to reply to this topic.