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)
-   -   [SOLVED] how to shift header image up and right (http://forum.bytesforall.com/showthread.php?t=12255)

ikllc Jan 15, 2011 06:58 AM

[SOLVED] how to shift header image up and right
 
can anyone tell me how to shift the header image so that it is flush with the logo image: newsite.lafolletteeyeclinic.com

as you can see, the rotating image is over in the middle of the logo. i tried setting the header image to be aligned to the "top right" instead of the center, but all that did was cause the image to split like it appears now. i want the image to be flush with the top at the top, flush with the logo at the left, and flush with the menu bar at the bottom.

any help would be much appreciated!!!

lmilesw Jan 15, 2011 07:05 AM

I am not sure if this will work in all browser but it does in Firefox except I still see a duplicate image which may be because of some of your code. This may at least point you in the right direction.
HTML Code:

#imagecontainer {
    position: relative;
    top: -20px !important;
    left: 178px !important;
}


ikllc Jan 15, 2011 07:48 AM

thanks! that worked. i don't know php, and am learning slowly, so i appreciate the help. i think what needs to happen now is that the image container needs to be shrunk so that the extra white space to the right goes away (so that the amount of color is symmetrical on each side). how can that be accomplished?

thanks!

lmilesw Jan 15, 2011 07:53 AM

Just add a width to the #container CSS

ikllc Jan 15, 2011 01:30 PM

thanks for the help - i have it working now!


All times are GMT -6. The time now is 03:50 AM.

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