Hi,
I’m having trouble with formatting the mobile settings on the tab element. The contact is cut off, or in some places it’s breaking after a space where it shouldn’t. The desktop pages look correct.
I’ve also had trouble updating the theme, says the parent theme can’t be found. Login info is below.
Thanks!
Hey mattb1169,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (max-width: 479px) {
.responsive .tabcontainer #tab-id-1-container.tab_content {
padding: 15px;
word-break: break-all;
}
}
If you need further assistance please let us know.
Best regards,
Victoria
Thanks! That works well.