Background image

Change your online store into modern look with myStore eCommerce VirtueMart Joomla template - discussion forum.
GK User
Tue Sep 14, 2010 12:25 pm
I have a question about the background-image in the mystore-template. It's a rather large image and for some monitor/resolutions not large enough. Is it possible to have a small image in the background and repeat this for the whole available screen? If so, please let me know in what files, what lines I have to change.
User avatar
Junior Boarder

GK User
Tue Sep 14, 2010 7:38 pm
first line (after the introduction) in the templates.css

Code: Select all
body { line-height:1.8; background:#efefef url('../images/main_bg.png') no-repeat center 0; }


change the no-repeat to repeat or repeat-x, repeat-y

repeat will repeat it both horizontal and vertical..
repeat-x will only repeat it horizontal and repeat-y verticaly...
User avatar
Platinum Boarder


cron