I tried so many variations, but the result is only, that the menue is on another place. I only wish, that the logo (image) moves a little bit higher. The distance between logo and row0 is too much. I won't make the logo smaller. I have no idea.
Hope you will understand me.
Kind regards,
Nici
AS Templates
POSTED: 2012-10-19
Hello NICIDINGENS,
Have you used quickstart installation package? What Joomla version do you have and please provide us with your site URL, we would like to see this issue.
Regards, AS Team.
NiciDingens
POSTED: 2012-10-19
Hello AS Team,
I posted my problem on 01-10-1012 and just answered on your last post to me.
http://www.ngcreativ.de/vopako2
It is Joomla 2.5 and all is correct. I only want the logo a little bit higher.
Get an access to all 94 items designed and developed by AS Designing team plus all the future items
which will be released over the course of your club subscription.
Price starting from $59.00
what can I do to move the logo a little bit to the top? I appears in the Main Menu.
Thank you very much.
Kind regards
Nici
PS: Ich hope you will understand me, I am from Germany and my English is not very well.
Can you please provide us with your site URL, we have to see it in case to help you.
Regards, AS Team.
of course, but I am only testing in this moment the possibilities.
http://www.ngcreativ.de/vopako2
Hope u will see my problem.
Kind regards,
Nici
You have to edit the following class in the tmpl.header.css file (line 148):
#header .row1 #companyname {
height: 97px;
margin: 45px 0 0;
}
Regards, AS Team
I tried so many variations, but the result is only, that the menue is on another place. I only wish, that the logo (image) moves a little bit higher. The distance between logo and row0 is too much. I won't make the logo smaller. I have no idea.
Hope you will understand me.
Kind regards,
Nici
Have you used quickstart installation package? What Joomla version do you have and please provide us with your site URL, we would like to see this issue.
Regards, AS Team.
I posted my problem on 01-10-1012 and just answered on your last post to me.
http://www.ngcreativ.de/vopako2
It is Joomla 2.5 and all is correct. I only want the logo a little bit higher.
If I edit
tmpl.header.css file (line 148):
#header .row1 #companyname {
height: 97px;
margin: 45px 0 0;
}
ist the menue an another place, not the logo.
Kind regards,
Nici
Try to change the margin to the following:
margin: 22px 0px 23px 0px;
Regards, AS Team.