- Posts: 11
- Thank you received: 0
How to resize big image at Homepage?
-
ChokoL@te
Inactive member - Topic Author
- New Member
Less
More
11 years 9 months ago #27741
by ChokoL@te
How to resize big image at Homepage? was created by ChokoL@te
How can I rezise the height of big image at Frontpage?
I cannot do it with CSS. :dry:
I cannot do it with CSS. :dry:
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 9 months ago #27775
by ivan.milic
Replied by ivan.milic on topic How to resize big image at Homepage?
In layout.css:
div.header_bottom div.container {
min-height: 533px;
background: url(../images/custom/header_bg1_2.jpg) no-repeat;
}
change min-height: 533px;
div.header_bottom div.container {
min-height: 533px;
background: url(../images/custom/header_bg1_2.jpg) no-repeat;
}
change min-height: 533px;
Please Log in to join the conversation.
-
ChokoL@te
Inactive member - Topic Author
- New Member
Less
More
- Posts: 11
- Thank you received: 0
11 years 9 months ago #27792
by ChokoL@te
Replied by ChokoL@te on topic How to resize big image at Homepage?
Ivan, I just did it before you told me.
Nothing happen. For that reason I said "With CSS doesnt work".
Nothing happen. For that reason I said "With CSS doesnt work".
Please Log in to join the conversation.
-
ChokoL@te
Inactive member - Topic Author
- New Member
Less
More
- Posts: 11
- Thank you received: 0
11 years 9 months ago #27795
by ChokoL@te
Replied by ChokoL@te on topic How to resize big image at Homepage?
If I changed this code for max-height the images was resized.
But the below positions doesnt go up and remains a empty space between main image and modules.
But the below positions doesnt go up and remains a empty space between main image and modules.
Please Log in to join the conversation.
-
ChokoL@te
Inactive member - Topic Author
- New Member
Less
More
- Posts: 11
- Thank you received: 0
11 years 9 months ago #27797
by ChokoL@te
Replied by ChokoL@te on topic How to resize big image at Homepage?
I did it. It works! After change to max-height also I changed this line to reduce empty space:
.mp_top1 {
padding-top: 210px;
}
Now, a finally question:
Where I replace favicon? I cannot find it.
.mp_top1 {
padding-top: 210px;
}
Now, a finally question:
Where I replace favicon? I cannot find it.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 9 months ago #27805
by ivan.milic
Replied by ivan.milic on topic How to resize big image at Homepage?
Please Log in to join the conversation.
Time to create page: 0.172 seconds