Faux Columns not working for me
-
Hello Folks,
I’m having no luck getting Faux Columns working with my WordPress theme.
I managed to achieve equal height columns using javascript, but this broke when I specified a different sidebar on the page. ?? Anyway, Faux Columns seems to be my only alternative, but so far I’ve not been able to get it working.
The url I’m testing this at is – https://www.magicalwonders.com/blog/
I’ve generated the theme using Artisteer and here’s what I’ve done. –
The sheet transparency for the theme was set to 100%. I then created a graphic 992 pixels wide. Mostly white, with greyish blue at the end for the sidebar. This has gone inside the images folder.I’ve temporarily moved the page.php and single.php out of the theme to cut down the code involved. So I’m only dealing with the index.php and the style sheet. I’ve wrapped the container divs inside another div and given it a class called “faux”.
I’ve reference this in the CSS as follows –
.faux {background-image: url('images/backgroundtile.jpg'); background-repeat: repeat-y; }
I’ve also tried adjusting the CSS for the Content Layout Div –
.art-contentLayout { position: relative; margin-bottom: 2px; width: 992px; background-image: url('images/backgroundtile.jpg'); background-repeat: repeat-y; }
Here’s the location of the theme if anyone has time to take a look – https://www.magicalwonders.com/FauxCol.zip
I’m not sure where I’m going wrong? If someone could point me in the right direction, I’d be very grateful.
Many thanks,
Myles
- The topic ‘Faux Columns not working for me’ is closed to new replies.