Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Sidebars & Widgets (http://forum.bytesforall.com/forumdisplay.php?f=14)
-   -   Horizontal widget ready area in footer (http://forum.bytesforall.com/showthread.php?t=9351)

jukooz Sep 2, 2010 10:29 AM

Horizontal widget ready area in footer
 
Hello!

Today I installed Atahualpa and really like it. Since today it is my theme :) And that's my first post here :)

I want to put my custom menu to footer - centered and HORIZONTAL. I've already registered my "Footer Widget Area" with align=2 - centered. Put my custom menu inside and everything is ok besides that it's vertical. How can I make it horizontal? (So that it'll stay like that after theme update)

PS:
There is quite big empty space between my menu links and Atahualpa credit links. How can I get rid of that?

Or maybe I should go different way with that?

Regards,
jukooz

lmilesw Sep 2, 2010 11:47 AM

You might want to try the Dropdown menu widget which will let you choose a horizontal menu.

jukooz Sep 2, 2010 11:59 AM

Yeah, working :) Thank You

And it's so simple :)

Now, how can I remove or make smaller this empty space between this widget links and Atahualpa credit links?

lmilesw Sep 2, 2010 12:01 PM

You have to determine the selector for what you want to change and use CSS. I can't give you much more than that without seeing the site.

jukooz Sep 2, 2010 12:25 PM

I don't understand what You said :) Don't know nothing about coding.

Here is my template site url: removed

lmilesw Sep 2, 2010 12:29 PM

I am unable to view the site at that address.

jukooz Sep 2, 2010 12:36 PM

I'm sorry. I forgot. DNSs are ok yet.

Here is my footer code from source view:

Code:

<!-- Footer -->
<td id="footer" colspan="2">

    <p>
    <div id="footer_widget_area" class="bfa_widget_area">              <div id="dropdown-menu-3" class="widget shailan-dropdown-menu">                               
                        <div id="shailan-dropdown-wrapper-3" ><div align="center" class="dropdown-horizontal-container dm-align-center"><table cellpadding="0" cellspacing="0"><tr><td><ul id="menu-legit-only" class="dropdown dropdown-horizontal dropdown-align-center"><li id="menu-item-65" class="menu-item menu-item-type-post_type menu-item-65"><a href="http://***.info/tos/">Terms of service</a></li>
<li id="menu-item-66" class="menu-item menu-item-type-post_type menu-item-66"><a href="http://***.info/disclaimer/">Disclaimer</a></li>
<li id="menu-item-67" class="menu-item menu-item-type-post_type menu-item-67"><a href="http://***.info/privacy-policy/">Privacy Policy</a></li>
</ul></td>
                                  </tr></table>
                                </div></div>                                               
              </div>        </div><br />Powered by <a href="http://wordpress.org/">WordPress</a> &amp; the <a href="http://wordpress.bytesforall.com/" title="Customizable WordPress themes">Atahualpa Theme</a> by <a href="http://www.bytesforall.com/" title="BFA Webdesign">BytesForAll</a>. Discuss on our <a href="http://forum.bytesforall.com/" title="Atahualpa &amp; WordPress">WP Forum</a>    </p>

        <p>
    46 queries. 0.387 seconds.    </p>
   
   
    <script type='text/javascript' src='http://***.info/wp-includes/js/jquery/jquery.form.js?ver=2.02m'></script>
<script type='text/javascript' src='http://***.info/wp-content/plugins/contact-form-7/scripts.js?ver=2.3.1'></script>

</td>
<!-- / Footer -->

Hope it'll help

lmilesw Sep 2, 2010 01:14 PM

Here is something to try but it is just a guess.

In ATO>Add HTML/CSS Inserts>CSS Inserts add the following.
HTML Code:

div#footer_widget_area {
padding-bottom: 0 !important;
}


jukooz Sep 2, 2010 01:21 PM

No, it' not working. But really, really thank You for helping.

lmilesw Sep 2, 2010 01:30 PM

If you get the DNS working please repost. I am closing this thread.


All times are GMT -6. The time now is 11:24 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.