D5 Creation Forum

Open Forum for D5 Creation's Members and Visitors

Before requesting any support Please search the Forum First. You may find your desired answer. This will save your waiting time and will save our working hour. We may not answer the question which we have already answered. You should also read our Support Policy

Re: Corporate Extend Custom Menu Issue

Front Page D5 Creation Forum General Questions Corporate Extend Custom Menu Issue Re: Corporate Extend Custom Menu Issue

#4425
D5 Creation
Keymaster

Hello,

We see that you are not using the latest version of Theme. Anyway you can fix this using the following code in the Custom Code within Head Area of CORPORATE Options.

Code:
<style>
.widget .menu { float: none; }
#footer-sidebar .widget li, #footer-sidebar .widget ul{ border: none; }
</style>

Thanks