Mark
asked 11 years ago

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

 

3 Answers
DominicStaff
answered 11 years ago

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

Mark
replied 11 years ago
Mark
replied 11 years ago

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’.

DominicStaff
answered 11 years ago

I have checked your site, I think you have resolved this issue.

Mark
replied 11 years ago

No it hasn’t been resolved. The text is still wrapping.

DominicStaff
answered 11 years ago

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>
Mark
replied 11 years ago

That worked. Thanks

Powered by DW Question & Answer Pro