- Posts: 19
- Thank you received: 0
Logo Positioning - once again!
-
mosskit
Inactive member - Topic Author
- New Member
Less
More
13 years 11 months ago #4737
by mosskit
Logo Positioning - once again! was created by mosskit
Hi
I have just changed my old logo, with new, bigger one.
www.synergia-krosno.eu/synergia
I did as you suggested in some previous subject:
-changed the size parameters in templates/hot_architecture/index.php file to oryginal (319x140)
-and changed .logo {} section in layout.css
Now it's almost ok.. logo is biger - but I'd like to move it a little bit higher to the top. have been thinking for a while so far with no results. Any ideas, how to do that?
I have just changed my old logo, with new, bigger one.
www.synergia-krosno.eu/synergia
I did as you suggested in some previous subject:
-changed the size parameters in templates/hot_architecture/index.php file to oryginal (319x140)
-and changed .logo {} section in layout.css
Now it's almost ok.. logo is biger - but I'd like to move it a little bit higher to the top. have been thinking for a while so far with no results. Any ideas, how to do that?
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 11 months ago #4744
by ivan.milic
Replied by ivan.milic on topic Re: Logo Positioning - once again!
One quick spartan solution would be to add this:
.logo_pad a img
{
position:relative;
top: -30px;
}
to the layout.css file.
.logo_pad a img
{
position:relative;
top: -30px;
}
to the layout.css file.
Please Log in to join the conversation.
Time to create page: 0.173 seconds