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;
}
}
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
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):
Thanks,
Thanks Andrew , now it works