zand3r
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Pinboard] Background-SizeYes, thanks!
that’s what I had missed -> body.custom-background
I didn’t know that I can use it this way.Also
background-size: 100%;is missing then it would work in fullscreen!
Thanks a lot!Forum: Themes and Templates
In reply to: [Pinboard] Background-SizeThat is not the style.css isn’t it?
There is only one point at Theme Options > Layout > Custom CSSHere i tried
background-size: 100%;but nothing happened.
Does a separate stylesheet for the background exists?Sorry for my lack of knowledge…
Forum: Themes and Templates
In reply to: [Pinboard] Background-SizeThe link is -> http://wolfertz-ga.de
Hope you’ll see my problem with the background image…
It’s only a piece of code, but I don’t know where to place it.—-
Sorry, site isn’t on yet!
So here it is in testing -> http://wolfertz-ga.de/wops/Forum: Themes and Templates
In reply to: [Pinboard] Background-SizeHi,
sorry, I’m not an expert at WordPress but also tried it with the Custom CSS like this:
.body { background: url(/wops/wp-content/uploads/2012/10/DSC3749.jpg) no-repeat; background-size: 100% auto; }but it doesn’t work.
The preferences for the background are also available at “Design”, but there it is not able to set the size of the background if it is an image which I would like to resize at fullscreen by every solution…
What’s wrong with my code?