Thread Starter
lanzko
(@lanzko)
I am a novice at this – so thanks and please bear with me –
I found the #header .wrapper in the Theme Functions file of the editor
It reads
#header .wrapper {
background-image: url(<?php echo $img[0]; ?>);
background-repeat: no-repeat;
height: <?php echo $img[2]; ?>px;
}
Do i have to replace with the following to do it? –
#header .wrapper {
background-image: url(<?php echo $img[0]; ?>);
background-repeat: no-repeat 10px 10px;
height: <?php echo $img[2]; ?>px; 100px
Thanks for any help