fixing my header image on specific static page
up vote
0
down vote
favorite
hello I have a little problem after adding a widget script "Recent Post by Label on Static Pages" on the static page my header image has changed slightly but only on this page where I have add the script, for other pages it is good no problem the header image look great can you give me a solution and thank you
the problem page : https://mon-blogger-code.blogspot.com/p/tutoriel-blogger.html
enter image description here
enter image description here
html css image header blogger
New contributor
add a comment |
up vote
0
down vote
favorite
hello I have a little problem after adding a widget script "Recent Post by Label on Static Pages" on the static page my header image has changed slightly but only on this page where I have add the script, for other pages it is good no problem the header image look great can you give me a solution and thank you
the problem page : https://mon-blogger-code.blogspot.com/p/tutoriel-blogger.html
enter image description here
enter image description here
html css image header blogger
New contributor
Please don't post images ... they are less searchable and your question will be useless once the link target gets removed.
– quant
4 hours ago
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
hello I have a little problem after adding a widget script "Recent Post by Label on Static Pages" on the static page my header image has changed slightly but only on this page where I have add the script, for other pages it is good no problem the header image look great can you give me a solution and thank you
the problem page : https://mon-blogger-code.blogspot.com/p/tutoriel-blogger.html
enter image description here
enter image description here
html css image header blogger
New contributor
hello I have a little problem after adding a widget script "Recent Post by Label on Static Pages" on the static page my header image has changed slightly but only on this page where I have add the script, for other pages it is good no problem the header image look great can you give me a solution and thank you
the problem page : https://mon-blogger-code.blogspot.com/p/tutoriel-blogger.html
enter image description here
enter image description here
html css image header blogger
html css image header blogger
New contributor
New contributor
New contributor
asked 4 hours ago
MON BLOGGER CODE
1
1
New contributor
New contributor
Please don't post images ... they are less searchable and your question will be useless once the link target gets removed.
– quant
4 hours ago
add a comment |
Please don't post images ... they are less searchable and your question will be useless once the link target gets removed.
– quant
4 hours ago
Please don't post images ... they are less searchable and your question will be useless once the link target gets removed.
– quant
4 hours ago
Please don't post images ... they are less searchable and your question will be useless once the link target gets removed.
– quant
4 hours ago
add a comment |
1 Answer
1
active
oldest
votes
up vote
0
down vote
You can remove height: 90
from the #header-blog
style rule. It makes the height fixed, and removes part of your header image. If you can't change the style rule, add a new one that says:
#header-blog {
height: auto!important;
}
New contributor
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
You can remove height: 90
from the #header-blog
style rule. It makes the height fixed, and removes part of your header image. If you can't change the style rule, add a new one that says:
#header-blog {
height: auto!important;
}
New contributor
add a comment |
up vote
0
down vote
You can remove height: 90
from the #header-blog
style rule. It makes the height fixed, and removes part of your header image. If you can't change the style rule, add a new one that says:
#header-blog {
height: auto!important;
}
New contributor
add a comment |
up vote
0
down vote
up vote
0
down vote
You can remove height: 90
from the #header-blog
style rule. It makes the height fixed, and removes part of your header image. If you can't change the style rule, add a new one that says:
#header-blog {
height: auto!important;
}
New contributor
You can remove height: 90
from the #header-blog
style rule. It makes the height fixed, and removes part of your header image. If you can't change the style rule, add a new one that says:
#header-blog {
height: auto!important;
}
New contributor
New contributor
answered 4 hours ago
VFDan
13
13
New contributor
New contributor
add a comment |
add a comment |
MON BLOGGER CODE is a new contributor. Be nice, and check out our Code of Conduct.
MON BLOGGER CODE is a new contributor. Be nice, and check out our Code of Conduct.
MON BLOGGER CODE is a new contributor. Be nice, and check out our Code of Conduct.
MON BLOGGER CODE is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53266044%2ffixing-my-header-image-on-specific-static-page%23new-answer', 'question_page');
}
);
Post as a guest
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Please don't post images ... they are less searchable and your question will be useless once the link target gets removed.
– quant
4 hours ago