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 » Header configuration & styling »

Logo image pushes RSS and email buttons to far right


  #1  
Old Feb 3, 2011, 07:55 PM
ecoughlin
 
13 posts · Nov 2010
Florida
Logo image pushes RSS and email buttons to far right

I uploaded a logo image and the width is 1980 (the maximum) but it's pushed the RSS button and search box to the far right of the screen. How do I fix this?

I've edited the logo to be different sizes and it makes no difference, those buttons are still to the far right of the screen.

Here's the url so you can see what it looks like www.quickbooksgoddess.com .
Scroll to the right and you'll see what I mean.

Thanks,

Ecoughlin
  #2  
Old Feb 3, 2011, 08:58 PM
lmilesw's Avatar
lmilesw
 
10,176 posts · Jul 2009
Central New York State USA
You could try using the following selectors and give them absolute positioning to place those tow boxes where you want.

td.feed-icons
div.searchbox
__________________
~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 Feb 5, 2011, 05:53 PM
ecoughlin
 
13 posts · Nov 2010
Florida
Thank you, Larry. I am sorry but I have no idea how to go about doing this. Can you explain or point me to a tutorial? I thought I could fix this through the theme options.

I really appreciate your help. If anyone else wants to chime in, please do!

Thanks again,

Eunice
  #4  
Old Feb 5, 2011, 07:19 PM
lmilesw's Avatar
lmilesw
 
10,176 posts · Jul 2009
Central New York State USA
Here is one way to position them. Add the following into ATO}>Add HTML/CSS Inserts>CSS Inserts
HTML Code:
div.searchbox {
    position: absolute;
    left: 1200px;
    top: 120px;
}
td.feed-icons {
    position: absolute;
    left: 1090px;
    top: 80px;
}
__________________
~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 Feb 9, 2011, 12:32 PM
ecoughlin
 
13 posts · Nov 2010
Florida
Larry,

Thanks, I did it but the Posts and Comments buttons are still way over to the side. It moved the search button, though. You can take a look here: http://www.quickbooksgoddess.com

What am I missing?

Thanks in advance!
  #6  
Old Feb 10, 2011, 07:05 AM
lmilesw's Avatar
lmilesw
 
10,176 posts · Jul 2009
Central New York State USA
Try playing with the left attribute of td-feed-icons. Setting your site to a fixed width may make some of this positioning easier as well.
__________________
~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
Remove RSS/Email feed from header gofestive RSS, Feeds & Subscribing 4 Apr 6, 2012 11:01 AM
RSS buttons going to Atom feed instead of RSS someonewhobakes RSS, Feeds & Subscribing 0 Nov 2, 2010 08:59 PM
[SOLVED] How to replace newer RSS & Comments buttons with colored version buttons? ireneeng RSS, Feeds & Subscribing 5 Nov 12, 2009 07:56 PM
How to replace newer RSS & Comments buttons with colored version buttons? jenb RSS, Feeds & Subscribing 3 Oct 25, 2009 05:14 AM


All times are GMT -6. The time now is 04:41 AM.


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