I need to emulate:
http://www.linusentertainment.com/sophiemilman2006/main.php
where a picture is fixed on the right side and the left side scrolls. Can I accomplist this with WordPress? Can anyone recommend a black 2 column theme that would work?
Thanks in advance
joebrooksie
Member
Posted 3 years ago #
Of course you can emulate that. It's just a fixed background.
body{
background:#000000;
background-image:url(images/bg3.jpg);
background-position:top left;
background-attachment:fixed;
background-repeat:no-repeat;
margin:0px;
}
Thanks for responding.
I was just wondering if I could do it easily with a black 2 column WordPress theme. I haven't been able to find a theme that I could use without alot of modification.
joebrooksie
Member
Posted 3 years ago #
ams007, you can use any theme in the repository to get the effect you are wanting.
Best route would start from a blank/empty theme like Elliot Jaystock's Starker theme and build around it.
Of course, I could do this for you for a modest fee ^^