Shape 5

Joomla Templates => Your Store - July 2007 - Club => : max1987 November 26, 2007, 04:28:25 PM



: Lay out problem
: max1987 November 26, 2007, 04:28:25 PM
Hi,

First of all I want to say that we are realy happy with the Your Store template.
But we have a question; when using color theme 1, the main (text)field in the middle is moving upwards a little. This results in overlaying the first textline by the bar on the top. We don't encounter this problem when using the other color themes, can you help us to fix it?

We even have the same problem when the search bar "zoeken..." is unpublished (above the textfield).

Thanks in advance!

(http://www.plaatjesupload.nl/img32/1196113771-70.jpg) (http://www.plaatjesupload.nl/bekijk30/-425402.html)


: Re: Lay out problem
: jonahh November 26, 2007, 06:32:26 PM
Hello,

What browser and version of the browser are you using?  If possible could you post a URL?

Thanks,


: Re: Lay out problem
: max1987 November 27, 2007, 03:46:32 AM
Thanks for your fast reply.

Normally I'm using IE 6.0, but I just tried with 7.0 and the problem is gone... but another problem occurs: the banner (user 1 position) is moving to the right.
When I set the template to color theme 5, the first problem is solved, But I prefer the first color theme.

So we have two problems now  :D

www.mtbgigant.nl (http://www.mtbgigant.nl)


: Re: Lay out problem
: max1987 November 28, 2007, 10:56:30 AM
The banner problem is solved, it was to big for the template.
But I still have the problem with the overlaying text by the topbar, do you know a solution for it?

Thanks in advance!

Max


: Re: Lay out problem
: jonahh November 28, 2007, 09:40:47 PM
Hey Max,

Open up the template_css.css file and look for the following lines of code:

.s5_MainBody,
.s5_inset{
   width:100%;
   float:left;
   margin:0 0 1px;
}


Replace with:

.s5_MainBody,
.s5_inset{
   width:100%;
   float:left;
   padding-top:4px;
   margin:0 0 1px;
}

If the text still doesn't line up correctly you can add more padding, its currently at 4px;

Regards,


: Re: Lay out problem
: max1987 November 29, 2007, 08:57:27 AM
My problem is solved!

Thanks for your great service!

Regards,

Max