Hello,
I'm having issues adding a custom menu to the footer. It appears, but its style is different. I'd just like for it to appear the same as the others.
Hello,
I'm having issues adding a custom menu to the footer. It appears, but its style is different. I'd just like for it to appear the same as the others.
Hey,
did you solve the problem? The status is set to resolved - that's why I'm asking.
Hi,
I'm facing the same issues with Custom Menus in the Footer.
See here: http://www.orthobrooklyn.com/
Both For Patients and Physicians are custom menus.
Login: ortho
Pass: ortho777!
Hey,
Kriesi posted a fix here: http://www.kriesi.at/support/topic/menu-on-sidebar#post-17463
Thank that fixed the Custom Menu issues (with some tweaking).
However, using the Twitter Widget in the footer creates a strange problem, it is treating almost every word as separate list item LI.
Why?
See here in the footer: http://www.orthobrooklyn.com/
Try:
#footer .widget_twitter a, #footer .widget_twitter a:hover{
border: none !important;
background: none !important;
padding: 0 !important;
}
#footer .widget_twitter .entry-content{
border: none !important;
}Thank you for your help! That worked.
I also added
display: inline;
...because for some reason it broke each word to a new line.
Thanks!
Glad that I could help you :)
You must log in to post.