Add image in this position .

Winter sport ecommerce template for Joomla with VirtueMart support
GK User
Fri May 18, 2012 8:45 am
Image

Hi , it is possible add this image in this position?
What files should I change?

templates/gk_esport/layouts/default.php ?
templates/gk_esport/css/gk.stuff.css ?

Thank you so much.
Good day everyone.
User avatar
Fresh Boarder

Konrad M
Fri May 18, 2012 9:06 am
Hi,
Yes it is. You can try edit templates/gk_esport/layouts/default.php and add div with some id. Inside this dive put image. Then in css you need to play with postion absolute. All css rules I advise add to override.css
User avatar

GK User
Fri May 18, 2012 10:48 am
Konrad M wrote:Hi,
Yes it is. You can try edit templates/gk_esport/layouts/default.php and add div with some id. Inside this dive put image. Then in css you need to play with postion absolute. All css rules I advise add to override.css



ok I'll try .
Thank you so much.
User avatar
Fresh Boarder

Konrad M
Fri May 18, 2012 10:51 am
I'm glad I could help.
User avatar

GK User
Mon May 21, 2012 12:48 pm
http://www.euroagricola.it/JO/index.php/shop.html

Hello, I put the image on the right, but when the screen resolution changes the image comes inside the screen.
I would like to place the still image to the right, similar to that of the cart button .
I used the css override.css,

Code: Select all
#spedizione {

       
width: 196px;*/
height: 290px;*/
top: 350px;
right:132px;
position:fixed;
overflow: hidden;
z-index: 1;
}


where the error ?

A big thank you to everyone
User avatar
Fresh Boarder

Konrad M
Tue May 22, 2012 10:06 am
Can you add screen after you change resolution how it looks.
User avatar


cron