- Posts: 51
- Thank you received: 0
Logo area
-
NeilT
Inactive member - Topic Author
- Member
Less
More
-
milos
Support Staff - Moderator
Less
More
- Posts: 6743
- Thank you received: 716
-
NeilT
Inactive member - Topic Author
- Member
Less
More
- Posts: 51
- Thank you received: 0
-
milos
Support Staff - Moderator
Less
More
- Posts: 6743
- Thank you received: 716
9 years 1 month ago #46036
by milos
Please edit file /templates/hot_hotel/css/template_css.php and change this part:
to this:
Regards
Code:
.logo img {
background:url(<?php echo $template_path; ?>/images/logo<?php if($templateStyle==3) { ?>_dark<?php } ?>.png) no-repeat;
max-width: 100%;
background-size: contain;
}
to this:
Code:
.logo img {
max-width: 100%;
}
Regards
The following user(s) said Thank You: NeilT
Please Log in to join the conversation.
Time to create page: 0.211 seconds