- Posts: 10
- Thank you received: 0
Background
14 years 11 months ago #7496
by atolf19
Background was created by atolf19
Hi,
I use template style no 2, but sometimes, depending on article lengh, background image has not enough height. Where should I change to make background image tiled or repeated?
Thanks for your help,
David
I use template style no 2, but sometimes, depending on article lengh, background image has not enough height. Where should I change to make background image tiled or repeated?
Thanks for your help,
David
Please Log in to join the conversation.
14 years 11 months ago #7503
by pirossi
Replied by pirossi on topic Re: Background
Edit /templates/hot_vortex/css/template_css.php:
and change it:
Code:
<?php if ($backgroundImage=="2") { ?>
background-repeat:repeat-x;
Code:
<?php if ($backgroundImage=="2") { ?>
background-repeat:repeat;
Please Log in to join the conversation.
Time to create page: 0.154 seconds