- Posts: 42
- Thank you received: 0
Modify the size of the top (logo) bar
-
csimmo
Inactive member - Topic Author
- Member
Less
More
12 years 2 months ago #22918
by csimmo
Modify the size of the top (logo) bar was created by csimmo
Hi. Wondering where I have to go to change the size of the top bar. My logo doesn't fit properly.....
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 2 months ago #22927
by ivan.milic
Replied by ivan.milic on topic Modify the size of the top (logo) bar
in template_css.php you have:
change height property
Code:
.header_wrap {
height:96px;
background: <?php echo $bgColor; ?>; /* Old browsers */
background: -moz-linear-gradient(left, <?php echo $bgColor; ?> 0%, <?php echo $bgColor2; ?> 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,<?php echo $bgColor; ?>), color-stop(100%,<?php echo $bgColor2; ?>)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, <?php echo $bgColor; ?> 0%,<?php echo $bgColor2; ?> 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, <?php echo $bgColor; ?> 0%,<?php echo $bgColor2; ?> 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left, <?php echo $bgColor; ?> 0%,<?php echo $bgColor2; ?> 100%); /* IE10+ */
background: linear-gradient(to right, <?php echo $bgColor; ?> 0%,<?php echo $bgColor2; ?> 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='<?php echo $bgColor; ?>', endColorstr='<?php echo $bgColor2; ?>',GradientType=1 ); /* IE6-9 */
}
change height property
The following user(s) said Thank You: csimmo
Please Log in to join the conversation.
-
csimmo
Inactive member - Topic Author
- Member
Less
More
- Posts: 42
- Thank you received: 0
12 years 2 months ago #22934
by csimmo
Replied by csimmo on topic Modify the size of the top (logo) bar
sorry Ivan, this section seems to missing from the template. Any ideas?
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 2 months ago #22942
by ivan.milic
Replied by ivan.milic on topic Modify the size of the top (logo) bar
So file is :
templates\hot_drug_store\css\template_css.php
this is php file not css
templates\hot_drug_store\css\template_css.php
this is php file not css
The following user(s) said Thank You: csimmo
Please Log in to join the conversation.
Time to create page: 0.154 seconds