Wordpress Themes - WP Forum at BFA
There will be no more development for Atahualpa (or any other theme), and no support. Also no new registrations. I turned off the donation system. I may turn the forum to read only if it gets abused for spam. Unfortunately I have no time for the forum or the themes. Thanks a lot to the people who helped in all these years, especially Larry and of course: Paul. Take care and stay healthy -- Flynn, Atahualpa developer, Sep 2021

Wordpress Themes - WP Forum at BFA » WordPress Themes » Atahualpa 3 Wordpress theme » Sidebars & Widgets »

Horizontal widget ready area in footer


  #1  
Old Sep 2, 2010, 10:29 AM
jukooz
 
9 posts · Sep 2010
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

Last edited by jukooz; Sep 2, 2010 at 11:48 AM.
  #2  
Old Sep 2, 2010, 11:47 AM
lmilesw's Avatar
lmilesw
 
10,176 posts · Jul 2009
Central New York State USA
You might want to try the Dropdown menu widget which will let you choose a horizontal menu.
__________________
~Larry (CNY Web Designs)
This site should be a membership site since it so full of good stuff.
Please consider donating which gives you access to even more good stuff.
  #3  
Old Sep 2, 2010, 11:59 AM
jukooz
 
9 posts · Sep 2010
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?
  #4  
Old Sep 2, 2010, 12:01 PM
lmilesw's Avatar
lmilesw
 
10,176 posts · Jul 2009
Central New York State USA
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.
__________________
~Larry (CNY Web Designs)
This site should be a membership site since it so full of good stuff.
Please consider donating which gives you access to even more good stuff.
  #5  
Old Sep 2, 2010, 12:25 PM
jukooz
 
9 posts · Sep 2010
I don't understand what You said Don't know nothing about coding.

Here is my template site url: removed

Last edited by jukooz; Sep 2, 2010 at 12:38 PM.
  #6  
Old Sep 2, 2010, 12:29 PM
lmilesw's Avatar
lmilesw
 
10,176 posts · Jul 2009
Central New York State USA
I am unable to view the site at that address.
__________________
~Larry (CNY Web Designs)
This site should be a membership site since it so full of good stuff.
Please consider donating which gives you access to even more good stuff.
  #7  
Old Sep 2, 2010, 12:36 PM
jukooz
 
9 posts · Sep 2010
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

Last edited by jukooz; Sep 2, 2010 at 12:39 PM.
  #8  
Old Sep 2, 2010, 01:14 PM
lmilesw's Avatar
lmilesw
 
10,176 posts · Jul 2009
Central New York State USA
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;
}
__________________
~Larry (CNY Web Designs)
This site should be a membership site since it so full of good stuff.
Please consider donating which gives you access to even more good stuff.
  #9  
Old Sep 2, 2010, 01:21 PM
jukooz
 
9 posts · Sep 2010
No, it' not working. But really, really thank You for helping.

Last edited by jukooz; Sep 2, 2010 at 01:24 PM.
  #10  
Old Sep 2, 2010, 01:30 PM
lmilesw's Avatar
lmilesw
 
10,176 posts · Jul 2009
Central New York State USA
If you get the DNS working please repost. I am closing this thread.
__________________
~Larry (CNY Web Designs)
This site should be a membership site since it so full of good stuff.
Please consider donating which gives you access to even more good stuff.

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Widget Area in footer, not even being created GilbertCenter Multisite 10 Sep 25, 2012 09:47 AM
[SOLVED] How do I change the horizontal lines at top and bottom of the center area? sandrability Center area post/pages 3 Aug 19, 2010 06:15 PM
horizontal space between header, body and footer mwallace Header configuration & styling 3 Aug 14, 2010 05:11 AM
[SOLVED] How to make links horizontal accross the page in new widget area? igrowkids Sidebars & Widgets 4 Jul 29, 2010 05:28 AM
Footer Widget Area aebrigham Sidebars & Widgets 2 Aug 11, 2009 01:26 PM


All times are GMT -6. The time now is 12:44 PM.


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