Love this new template! I am having a slight problem. I would like the background image to appear in full on both the right and the left side. I am running a demo on website: http://www.canadajoomla.com
I have added this coding in my custom css so that my full background in shown and it appears to work.
.content_background_container {position: relative;}
.body_bg_right {
display: block;
height: 100%;
left: 100%;
position: absolute;
width: 100%;}
My problem is the site doesn't work properly in responsive mode, when I try viewing the site on a mobile phone it doesn't appear to work properly. Is there something I also need to add to allow the responsive template to show just the background image as well?