- Posts: 26
- Thank you received: 0
Change header height and image border
-
tulio
Inactive member - Topic Author
- Member
Less
More
13 years 1 week ago #13160
by tulio
Change header height and image border was created by tulio
Hi there,
How can I lower the height of the header and change the border color of the image and thickness.
Please check image attached.
www.sobef.com
Regards,
Tulio
How can I lower the height of the header and change the border color of the image and thickness.
Please check image attached.
www.sobef.com
Regards,
Tulio
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 1 week ago #13168
by ivan.milic
Replied by ivan.milic on topic Re: Change header height and image border
In template_css.php:
Code:
#logo {
height:<?php if (!$ishome) {echo "74px";} else echo "96px" ?>;
width:<?php if (!$ishome) {echo "141px";} else echo "159px" ?>;
}
#topmenu {
height:<?php if (!$ishome) {echo "77px";} else echo "99px" ?>;
}
Please Log in to join the conversation.
-
tulio
Inactive member - Topic Author
- Member
Less
More
- Posts: 26
- Thank you received: 0
13 years 1 week ago #13211
by tulio
Replied by tulio on topic Re: Change header height and image border
Thanks Ivan for your reply.
Ivan how can I set up the template so it would fit for any computer screen size automatic. For example if you check www.carolinaherrera.com the size fits to any computer size screen widht and height. In my case if I change to a laptop for example the size becomes wide and height oversized.
Also how can I change the color and size of the grey border in the picture or remove it.
Regards,
Tulio
Ivan how can I set up the template so it would fit for any computer screen size automatic. For example if you check www.carolinaherrera.com the size fits to any computer size screen widht and height. In my case if I change to a laptop for example the size becomes wide and height oversized.
Also how can I change the color and size of the grey border in the picture or remove it.
Regards,
Tulio
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 1 week ago #13230
by ivan.milic
Replied by ivan.milic on topic Re: Change header height and image border
the site you showed to me is done in flash. For HTML sites re-sizeing is not so applicable.
Please Log in to join the conversation.
-
tulio
Inactive member - Topic Author
- Member
Less
More
- Posts: 26
- Thank you received: 0
13 years 1 week ago #13250
by tulio
Replied by tulio on topic Re: Change header height and image border
Hi Ivan, thanks.
Please let me know where to change the grey border color and size of the image.
Thanks,
Tulio
Please let me know where to change the grey border color and size of the image.
Thanks,
Tulio
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 1 week ago #13253
by ivan.milic
Replied by ivan.milic on topic Re: Change header height and image border
you need to change this image:
www.sobef.com/templates/hot_fashionstore/images/frame.png
to fit new width and height you will set. Images width and height are determined by module width/height so you can change that in module settings.
www.sobef.com/templates/hot_fashionstore/images/frame.png
to fit new width and height you will set. Images width and height are determined by module width/height so you can change that in module settings.
Please Log in to join the conversation.
Time to create page: 0.102 seconds