For the absolute life of me I cannot get a background image to work on my site. I have followed many directions over and over again, including these:
http://www.picaflor-azul.com/blog/?p=1838/
My image is in the includes/templates/avonlee contempo/css/stylesheet.css folder. I am so frustrated. My site is www.oldworldarchery.com
Well I guess it is working for now. It just took ipage over an hour to update it. Man! I just need to figure out how to get it static now. I swiped this code from another thread, will this work with this template?:
{background-color: transparent; /*not required but useful*/
background-image: url(http://www.yoursite/images/yourimage.jpg); /* your image*/
background-repeat: no-repeat; /*can be set to repeat-y or repeat-x*/
background-attachment: fixed; /*make image static*/
background-position: center top; /*set the start position of image*/
background-clip: border-box;
background-origin: padding-box;
background-size: 100% 100%; /*set screen area for image stretch*/
}
Hi there,
First of all thanks for this nice template. I am currently working on testing if his is suitable for my website but i run into something i don't seem to be able to fix
When you test the site so it shows like it would be on a mobile phone the product title (wich is long with my products sometimes) goes over the price text so both are unreadable.
I really would like the display order 1. image 2. description 3. price
You can see a test version of my site runnning here http://www.pureandtimeless.de/websho...rels-c-65.html
I was also wondering what triggers the site to go to a different layout so i can keep my main design like it is and only show your template when people use mobile devices.
Thanks again
Got the overlapping stuff worked out, have to fiddle with .pl price in the responsive stylesheet.
Remains one question: Is there a way to only show the responsive template on small devices and keep my original one for desktops?
I woul also like a button to go to "normal" site even when people are on mobile