- Posts: 14116
- Thank you received: 1639
Increase Logo Size
-
atomicdev
- Topic Author
- Visitor
12 years 3 months ago #21198
by atomicdev
Increase Logo Size was created by atomicdev
Hi,
Which file and code will alter the size of the logo so I could go full width on the header?
Tried the css and php (working with style 2) and nothing worked
thanks
Which file and code will alter the size of the logo so I could go full width on the header?
Tried the css and php (working with style 2) and nothing worked
thanks
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
12 years 3 months ago #21210
by ivan.milic
Replied by ivan.milic on topic Increase Logo Size
layout.css:
.logo {
text-align: center;
margin: 0;
height: 130px;
}
increase value for :height: 130px;
.logo {
text-align: center;
margin: 0;
height: 130px;
}
increase value for :height: 130px;
Please Log in to join the conversation.
-
atomicdev
- Topic Author
- Visitor
12 years 3 months ago #21213
by atomicdev
Replied by atomicdev on topic Increase Logo Size
already tried that, it adjusts the height fine
I want to adjust the WIDTH and even adding in a width value of say width:600px; does nothing (my logo is still cut off)
I want to adjust the WIDTH and even adding in a width value of say width:600px; does nothing (my logo is still cut off)
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 3 months ago #21232
by ivan.milic
Replied by ivan.milic on topic Increase Logo Size
send link
Please Log in to join the conversation.
-
atomicdev
- Topic Author
- Visitor
12 years 3 months ago - 12 years 3 months ago #21236
by atomicdev
Replied by atomicdev on topic Increase Logo Size
pls see the white image at the top where the logo is. It's actually 600px wide so I want it to display this size
Last edit: 12 years 3 months ago by atomicdev.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 3 months ago #21245
by ivan.milic
Replied by ivan.milic on topic Increase Logo Size
Your image is transparent but it has background, this is coming from template_css.php
.logo img {
background: url(/~allendal/templates/hot_hotel/images/logo.png) no-repeat;
}
remove background from image and put normal image in custom HTML module in logo module postion. then add this to template_css.css to center it:
.logo img {
margin:0 auto;
}
.logo img {
background: url(/~allendal/templates/hot_hotel/images/logo.png) no-repeat;
}
remove background from image and put normal image in custom HTML module in logo module postion. then add this to template_css.css to center it:
.logo img {
margin:0 auto;
}
Please Log in to join the conversation.
Time to create page: 0.168 seconds