This probably isn’t theme specific, but I’d like to limit the width of the background gradient so that it has a margin on the left / right instead of stretching ALL the way across the screen.
My site is https://www.yourattentioncoach.com
i think I see it in this section of the css.php but I’m not sure hich values to adjust:
/* Background images */
if (isset($constructor[‘images’][‘body’][‘src’]) && !empty($constructor[‘images’][‘body’][‘src’])) {
$body_bg = “background-image: url({$constructor[‘images’][‘body’][‘src’]});\n”
.”background-repeat: repeat-0;\n”
.”background-position: center top;\n”;
If you’d point me in the right direction, i’d appreciat it.
Thanks.
Dene