Tagged: responsive, responsive table
I am having a problem with Heading Row titles bleeding into the next column. Is there some code I can add to have the columns expand to prevent the title from bleeding into the next column?
url: https://mangstor.com/solid-state-drives
Thanks,
Brad
Hi bridgeway04,
No, it’s full width already, but you can try this in Quick CSS to break the words when they overflow:
th {
word-break: break-all;
}
Best regards,
Rikard
Hi!
Please try decreasing font size by using following code
th {
font-size: 10px;
}
Cheers!
Yigit
Worked like a charm!
th {
font-weight: bold;
color: #005ba0;
font-size: 10px;
}
Thanks,
Brad
Hey!
You are welcome!
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)
Regards,
Yigit