-
bpayneParticipant
I have uploaded a custom header image but it appears to be displaying with a white border. I have tried to change the css in both the ‘theme options design’ and ‘Editor’ by looking for all img tags and {border:none 0px; padding: 0px} nothing like that seems to work. I managed to remove all the white borders around all the other img tags for this theme, but my header is stubborn! π Any help please? π
Here is the site: http://www.ca-city.kattare.com/
Jos KleverParticipantThere are 2 issues:
1. the white border can be removed by:
#header-img {
padding: 0;
}2. You have to edit your header image when you want to remove the rest of the white border on the left and right (they are in your image).
bpayneParticipantThanks for the quick reply! Very grateful for forums!
1) I entered it in but there does not seem to be any change. I put it in ‘theme options>design’ and when that didn’t work I tried to find #header-img in the ‘Editor’ code…no luck.
2) I exaggerated the crop on the graphic so I would make sure it was not the jpeg this time.
Any other advice?
bpayneParticipantOkay- Never Mind! Silly me!
You were right! My problem was that I was searching for the img tag but the code was written as: #header-image with a % on the padding!
Thanks again Jos
TwanParticipantCould you help me with the right Design Custom CSS when I want to remove the white borders around images that are on the pages and posts?
Thanks in advance.
Jos KleverParticipantAs I said, you have to use the following CSS code:
#header-image {
padding: 0;
)If that doesn’t work, then please give the url…
johnclassickParticipantI’m sorry…where do you put this code?
style.css? I tried to change the percentage to 0, and the border is still there.
You must be logged in to reply to this topic.