Forum Replies Created
-
Hi Kim,
Thanks for your response! The coding you provided for the img border has done the job, thank you.
I think we’ve solved the header problem in the mean time – I’ll double check and get back to you to confirm it.
Thanks again!
One other thing I’d like to ask. I found the coding that controls whether or not a border is adding to an image in the style.css:
.entry-content img,
.child-page img {
border: 4px solid #e3e3e3;
margin: 5px;
}
Changing the border value within the style.css immediately updates all images on the site with this border. However, if I copy/paste the code above into the child stylesheet, and then edit the border, nothing happens on the site, the border thickness doesn’t change – I’ve not encountered this with any other code copy/pasted across to the child sheet so far.
Is there a part of the coding I’m missing?
Thanks in advance!
Hi gs100,
You might already have fixed this, but we encountered a similar issue, and found the following part of the code controls the position of the header:
#header {
background-position: center;
}
Change the background-position from center to top (or bottom, depending on where your logo is), and see if this helps.
Viewing 3 posts - 1 through 3 (of 3 total)
