Shape 5

Joomla Templates => Life Journey - Club => : smichels May 12, 2013, 03:46:09 PM



: Add graphic under font resizer at top right of header
: smichels May 12, 2013, 03:46:09 PM
Hello,
I am trying to add a graphic under the login and font-resizer areas at the top right of the template. My client wants to fill in the blank space.
I cannot figure out how to add the graphic without pushing down the entire header area, which pushes my main menu down (as seen by the white background)

Is this possible?
The live site without the graphic added is lunsfordrealestate.com
the dev site is located at beachlogwebdesign.com/lrepm, as you can see on this site my modifications of the index.php and template.css are not working very well.

Thanks,
Susie


: Re: Add graphic under font resizer at top right of header
: mikenicoll May 13, 2013, 04:50:28 PM
Hello,

Try adjusting your coding to something like this:

#multilogo {
    background: url("../images/multi_logo2.jpg");
    float: right;
    height: 44px;
    width: 200px;
    margin-top: -55px;}

-Mike


: Re: Add graphic under font resizer at top right of header
: smichels May 13, 2013, 05:13:59 PM
Worked great! Thank you.


: Re: Add graphic under font resizer at top right of header
: mikenicoll May 13, 2013, 05:18:05 PM
NP

-Mike