Okay
  Public Ticket #3303453
mobile overlay text
Closed

Comments

  •  8
    Cesare started the conversation

    Hi, in smartphone mode text in nectar slide is overlaid. Tried in setting/typography but nothing changes

    thanks for help

    Attached files:  2023-03-15 at 16-28-26.jpg
      2023-03-15 at 16-28-48.jpg

  •  2,958
    Andrew replied

    Hello there,

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    @media only screen and (max-width: 690px) {
         body .swiper-slide .content p.transparent-bg span {
            line-height: 37px;
        }
    }
    

    Thanks,

  •  8
    Cesare replied

    Thanks Andrew , now it works