Shape 5

Joomla Free Templates => Intrigue - Free => : razvan March 24, 2011, 11:33:08 AM



: Extending header area
: razvan March 24, 2011, 11:33:08 AM
Hello,

I have a small problem , I have changed the orange color with an image just that I want it to go up to the top, I've shrunken the  s5_bg.png but I can't mange to extend it up to the top. What can I do ?

I've also tried from the css file from the padding but no result.

Hope you can help me.

Thanks.


: Re: Extending header area
: razvan March 28, 2011, 04:19:37 AM
No ideas ?  :(


: Re: Extending header area
: mikek March 28, 2011, 07:41:30 AM
Hello,

Please post a url of where this occurs so I can see it visually.


: Re: Extending header area
: razvan March 29, 2011, 02:45:44 AM
Here :  http://imoblex.ro/director/

And as you might see the image that I have right now doesn't go up to the top. I would like to have one single image in the background, so s5_bg.png should dissapear. Hope you understand what I'm trying to say  :D


: Re: Extending header area
: mikek March 29, 2011, 07:27:19 AM
Hello,

I am not totally understanding what you are trying to do, because the header is going to be in the way of moving it to the top. Adding the following css to the bottom of template.css will move your image up and then just apply a height to the image as well.

.s5_highlight_row_2 {
height:500px;
margin-top:-300px;
}

Just adjust the sizes of each. Not the margin top is negative.


: Re: Extending header area
: razvan March 30, 2011, 02:04:09 AM
This is what I wanted just that I have one small problem, I want just the first image to be up to the top, i want the second image to remain just as it was before.

http://imoblex.ro/director/


: Re: Extending header area
: mikek March 30, 2011, 07:28:52 AM
Hello,

Sorry, I can't think of a way to do that because of the new layout of the row with the css I posted above.


: Re: Extending header area
: razvan March 30, 2011, 01:30:28 PM
So there is no way I can make it work ?
Even if the second image( the one near to the footer) is gone is still ok.


: Re: Extending header area
: mikek March 30, 2011, 01:57:19 PM
Hello,

I am sorry I cannot think of a way to do that, it would require a new layout for the header.


: Re: Extending header area
: razvan April 01, 2011, 06:14:52 AM
Ok,

Thank you anyway.