Nice theme. The one issue I’m having is with the footer menus. When I have two footer menus, the words beyond a certain length (around 18 characters) wrap to the next line. What style can I tweak to keep this from wrapping? Thanks
Currently, My theme DW Focus does not support this problem yet. It has been limited by the text. Please send me your site for further checking.
Regards,
Dominic
In that second footer menu column, you’ll see the affiliated site names, and the longer ones are wrapping instead of filling the one line like ‘Baseball Schedule’.
I have checked your site, I think you have resolved this issue.
No it hasn’t been resolved. The text is still wrapping.
To resolve this issue you can add the following code to the “Header Script”
<style>
.menu-bottom-nav-container li a {
white-space: pre;
}
</style>
And resolve issue for the small logo in the footer. Add the following code:
<style>
#colophon.dark #site-info .small-logo {
padding-left: 100px;
}
</style>
That worked. Thanks
Please login or Register to submit your answer