Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Forum: Fixing WordPress
    In reply to: Moving cutom image
    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

    Forum: Fixing WordPress
    In reply to: Moving cutom image
    Thread Starter lanzko

    (@lanzko)

Viewing 2 replies - 1 through 2 (of 2 total)