• Hello

    On the homepage the menu is at the bottom of the page. For the other pages it is at the top.

    How can I get the homepage menu bar to the top like the other pages?

    How can I change the size of the image above the menu bar?

    Cheers

    Geoff

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

    (@gcwp)

    The css below gets the menu at the top but still not clear how I change the size of the image above it on the non-homepage pages! Oddly they seem OK on the mobile.

    Code to get menu at top of page.

    
    @media (min-width: 760px) {
    .navigation-top {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 70px;
    }
    }
    
    @media (min-width: 760px) {
    
    .custom-header {
    position: relative;
    padding-top: 70px;
    }
    }
    

    Geoff

    • This reply was modified 7 years, 7 months ago by gcwp.
    Thread Starter gcwp

    (@gcwp)

    re size of top image in the div.site-branding

    I can change the height using

     .site-branding {
    height: 200px !important; /* orig 141 */
    }
    

    but this simply cuts off the top of the picture! I need to make the whole picture smaller so that the full face is there but it’s smaller – how can this be done?!

    Geoff

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘how change size of this image at the top?’ is closed to new replies.