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)
-   -   Two Part Header Problem (http://forum.bytesforall.com/showthread.php?t=18027)

windy Jul 22, 2012 05:23 PM

Two Part Header Problem
 
My website:
www.windycityonthecheap.com

How can I
a) get rid of the green icon
b) move the photo of the fountain up so that it's next to the blog name
c) and, if necessary, remove blank space after photo is removed so that my posts appear higher on the page.

Thank you.

lmilesw Jul 22, 2012 07:05 PM

a: Look in the Style & edit Header Area section
b: This is going to require fiddling with the CSS. To give you a start here is some crude code which you will definitely have to tweak. Also the image is taller than the title so I am not sure how you want that to work. The absolute positioning in the example code will take care of the space but you will have to change the settings in the theme options to get rid of the left and right opacity.
HTML Code:

#imagecontainer {
    position: absolute;
    width: 400px;
    z-index: 99;
    left: 470px;
    top: 20px;
}


juggledad Jul 22, 2012 07:21 PM

since the image is so small, you could try just turning on the option to overlay the blog title and tag over the image and then position them where you want them.

windy Jul 23, 2012 06:02 PM

Thank you, gentlemen.


All times are GMT -6. The time now is 07:06 AM.

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