I'm using the Horizontal List Item on the website's homepage. It looks great on desktop. However, when I switch to mobile, the text becomes garbled, one on top of each other.
How can I make it so that each column occupies a row, instead of trying cramming the text in to tiny columns on mobile? Or maybe some other solution?
Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):
@media only screen and (max-width: 999px) and (min-width: 1px) {
.nectar-hor-list-item.has-btn {
padding: 0px !important;
}
}
Hi!
I'm using the Horizontal List Item on the website's homepage. It looks great on desktop. However, when I switch to mobile, the text becomes garbled, one on top of each other.
How can I make it so that each column occupies a row, instead of trying cramming the text in to tiny columns on mobile? Or maybe some other solution?
Help! :)
Hey Again,
Try using the New Responsive Typography Settings in here : http://prntscr.com/gnf951 .
Best.
ThemeNectar Support Team
Hi, Tahir! I did as you suggested, decreasing the sizes significantly, more than 50%. I also tried adjusting the tag so they're both a paragraph.
The problem persists. The text from one column superposes the text from the other.
I attached another image so you can see. Thanks,
Hey Again,
Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):
Thanks
ThemeNectar Support Team
Worked like a charm! Thank :)