Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Header configuration & styling (http://forum.bytesforall.com/forumdisplay.php?f=15)
-   -   Logo image pushes RSS and email buttons to far right (http://forum.bytesforall.com/showthread.php?t=12618)

ecoughlin Feb 3, 2011 07:55 PM

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

lmilesw Feb 3, 2011 08:58 PM

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

ecoughlin Feb 5, 2011 05:53 PM

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

lmilesw Feb 5, 2011 07:19 PM

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;
}


ecoughlin Feb 9, 2011 12:32 PM

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!

lmilesw Feb 10, 2011 07:05 AM

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.


All times are GMT -6. The time now is 02:23 AM.

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