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

    Hello, i have a Problem with my Mobile view on my website at-it.online can you help me ?

    The Text on the slider is not completet in the mobile view

    Mobile View:
    https://ibb.co/BynwGqt

    Desktop View:

    https://ibb.co/f9xFsqX

    #1354629

    Hey tsvweinsberg,

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

    @media only screen and (max-width: 767px) {
    .home .slideshow_align_caption h2.avia-caption-title {
      font-size: 28px;
    }
    
    .home .avia-caption-content p {
      font-size: 14px;
    }
    }

    Best regards,
    Rikard

    #1354674

    Hi, i have edit the quick Css, it be the same nothing have change.

    #1354703

    Hi,

    Please try this CSS instead:

    @media only screen and (max-width: 767px) {
    .home .slideshow_align_caption h2.avia-caption-title {
      font-size: 28px !important;
    }
    
    .home .avia-caption-content p {
      font-size: 14px !important;
    }
    }

    Best regards,
    Rikard

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