- Posts: 26
- Thank you received: 0
Space on front page
-
tulio
Inactive member - Topic Author
- Member
Less
More
12 years 7 months ago #18006
by tulio
Space on front page was created by tulio
Hi there,
Can you give me hand on how to decrease the top space between the border and the logo in the front page of the theme. Don't want this to change the store front page.
Please check the image attached.
Thanks,
Tulio
Can you give me hand on how to decrease the top space between the border and the logo in the front page of the theme. Don't want this to change the store front page.
Please check the image attached.
Thanks,
Tulio
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 7 months ago #18018
by ivan.milic
Replied by ivan.milic on topic Re: Space on front page
open template_css.php
find this:
#topmenu_pad {
padding:<?php if (!$ishome) {echo "22px";} else echo "32px" ?> 0px 0px 4px;
}
decrease 32 and 22 , also you would have to edit logo images (home and inner) because text in graphic is positioned to mach menu.
find this:
#topmenu_pad {
padding:<?php if (!$ishome) {echo "22px";} else echo "32px" ?> 0px 0px 4px;
}
decrease 32 and 22 , also you would have to edit logo images (home and inner) because text in graphic is positioned to mach menu.
Please Log in to join the conversation.
-
tulio
Inactive member - Topic Author
- Member
Less
More
- Posts: 26
- Thank you received: 0
12 years 7 months ago #18027
by tulio
Replied by tulio on topic Re: Space on front page
Hi Ivan, thanks for your reply.
I did it,perfect it went up, but I want the frame to go up also so the page can have the top menu also seen.
How can I get up the frame without losing the center. I try it but it went to the right of the page.
Thanks,
Tulio
I did it,perfect it went up, but I want the frame to go up also so the page can have the top menu also seen.
How can I get up the frame without losing the center. I try it but it went to the right of the page.
Thanks,
Tulio
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 7 months ago #18036
by ivan.milic
Replied by ivan.milic on topic Re: Space on front page
I don't exactly understand what happened , can you describe it better or illustrate it??
Please Log in to join the conversation.
-
tulio
Inactive member - Topic Author
- Member
Less
More
- Posts: 26
- Thank you received: 0
12 years 7 months ago #18044
by tulio
Replied by tulio on topic Re: Space on front page
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 7 months ago #18057
by ivan.milic
Replied by ivan.milic on topic Re: Space on front page
template_css.php:
#ilumination_logo {
background:transparent url(<?php echo $template_path ?>/images/ilumination_logo<?php echo $templateStyle; ?>.png) left top no-repeat;
height:60px;
}
#topmenu {
height:<?php if (!$ishome) {echo "37px";} else echo "59px" ?>;
}
#logo {
height:<?php if (!$ishome) {echo "34px";} else echo "56px" ?>;
width:<?php if (!$ishome) {echo "141px";} else echo "159px" ?>;
}
#ilumination_logo {
background:transparent url(<?php echo $template_path ?>/images/ilumination_logo<?php echo $templateStyle; ?>.png) left top no-repeat;
height:60px;
}
#topmenu {
height:<?php if (!$ishome) {echo "37px";} else echo "59px" ?>;
}
#logo {
height:<?php if (!$ishome) {echo "34px";} else echo "56px" ?>;
width:<?php if (!$ishome) {echo "141px";} else echo "159px" ?>;
}
Please Log in to join the conversation.
Time to create page: 0.093 seconds