1. joomlagal
  2. Commercial Templates
  3. Wednesday, 09 April 2014
  4.  Subscribe via email
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?
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

To remove the right color of the background could you try using the following CSS instead...


.body_bg_right {
display: none;
}


CiarĂ¡n
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Works perfect now. Thanks for you help!
  1. more than a month ago
  2. Commercial Templates
  3. # 2
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!