Modify the size of the top (logo) bar

  • csimmo
    Inactive member
  • Topic Author
  • Member
  • Member
More
12 years 2 months ago #22918 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.

More
12 years 2 months ago #22927 by ivan.milic
in template_css.php you have:
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
  • Member
More
12 years 2 months ago #22934 by csimmo
sorry Ivan, this section seems to missing from the template. Any ideas?

Please Log in to join the conversation.

More
12 years 2 months ago #22942 by ivan.milic
So file is :

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.

  • csimmo
    Inactive member
  • Topic Author
  • Member
  • Member
More
12 years 2 months ago #22956 by csimmo
You are brilliant. Thank you! Fixed

Please Log in to join the conversation.

Time to create page: 0.154 seconds
Powered by Kunena Forum