• Mik

    (@andersk82)


    Hello. I updated my twenty seventeen theme on castorolie.dk and suddenly my front picture was a lot bigger and stood above my menu. Before the picture was underneath the menu and was smaller (didn’t fill the entire screen). I couldn’t change the size. Then I deleted picture the picture and tried to put the picture in the theme.php (think it was there) and I thought it worked. It shows my picture on my samsung phone and computer and smaller but not working on iphone? I see that the child theme Seventeen dynamic has its picture underneath the menu and looks to be smaller (top to buttom). Is it possible to make it work on Twenty seventeen?
    Thanks:-)

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Mik

    (@andersk82)

    Update:
    I made the change in header.php. I put in the picture in the middle line. Looks like this:

    </header><!– #masthead –>
    <div class=”wbg” style=”background:url(‘https://castorolie.dk/wp-content/uploads/2018/04/castorolie.jpg&#8217;) no-repeat fixed center;”></div>
    <?php

    Hi, as I can understand you will have your menu at the top and the feature image below? First, if you don’t have a child theme all your customizing will disappear with every new up date: So, this is the code to move your menu at the top. Put it in the themes css section in the customizer and save if you don’t have a child theme.

    @media screen and (min-width: 48em){
        .home .navigation-top {
        top: 0;
        bottom:auto;
        }
    }
      

    God Luck!

    • This reply was modified 5 years, 5 months ago by lillan Backa.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Possible to move front picture underneath menu’ is closed to new replies.