Twenty eleven child: footer background image (colophon) issue
-
I have a Twentyeleven Child theme
https://www.sparklynx.be/preview/demaeyerI am using the 2nd footer widget area to have centered and paragraphed text and I want to have a centered background image to it too.
The text looks good, but the background image somehow is repeating at each new paragraph.
This is the code I added:
#colophon #second .textwidget p { text-align: center; line-height: 150%; background: url(images/footer.png);
When I add the code
no-repeat center center fixed
to the background property, I also don’t get the result I’m looking for. It then shows the image that starts on the 1st paragraph, and nothing else. So a small ‘bar’ shows behind the 1st paragraph of the centered text.I want the image to be centered – you can see the left margin is larger than the right margin.
And I want the image to show in full.I added the image on one of the pages so you can see what the image looks like. https://www.sparklynx.be/preview/demaeyer/?page_id=8
Would be grateful for any pointers.
Thanks!
- The topic ‘Twenty eleven child: footer background image (colophon) issue’ is closed to new replies.