Hi there, it's me again with another think that I wish to change and hope for some help,
Please see print screen 1 and 2.
I wonder if I can make the text on mobile to not be displayed on so many rows? On desktop I have 3 rows, I like the visual of this, but on mobile the text ocuppies 8 rows and it looks a little bit to much rows for my taste. Can you help make from 8 rows maybe 4? If you think 4 will not work, maybe something else that makes it look a little better.
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) {
.nectar-highlighted-text {
p br {
display: none !important;
}
}
}
Hi there, it's me again with another think that I wish to change and hope for some help,
Please see print screen 1 and 2.
I wonder if I can make the text on mobile to not be displayed on so many rows? On desktop I have 3 rows, I like the visual of this, but on mobile the text ocuppies 8 rows and it looks a little bit to much rows for my taste. Can you help make from 8 rows maybe 4? If you think 4 will not work, maybe something else that makes it look a little better.
Thank you,
Alis
Hi Alis,
You can try and cluster the text a bit closer using this CSS:
add it to salient \ general settings - css script related - custom css.
Cheers.
Hi Eliud,
I tried this css as you told me but nothing changes.
Thank you.
Hi there,
Could you try this CSS instead:
If it does not work then give us access to the backend we take a closer look.
Thanks.
Hi Eliud,
Nothing changed with this css, still the same look on mobile.
Thank you
Hey Again,
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
ThemeNectar Support Team
Hi Tahir,
I get two red x's when I put this css.
Hi There,
Please send in your website url and also your admin login credentials so that we can check this out further.
Thanks.
Just corrected the CSS. Please check now.
Best
ThemeNectar Support Team
Thank you Tahir