• Resolved adamsurridge

    (@adamsurridge)


    I would like to extend the logo and make it into a banner style image so I can have a logo at one end and then add a contact details on the left side, appearing on every page. I have founds some help for changing logo size, but i’d like to keep the height the same, just make it wider and not use the site title and tag line. Thanks!

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Could you add the logo to your site to help us invision this?

    Thread Starter adamsurridge

    (@adamsurridge)

    Hey Andrew, yes, the URL is mechanika-ltd.com

    i’ll do the other one at a later date.

    Ok, for Mechanika- the logo is on the right side only. I would like to have that image stretch across the width of the page so that I can have tel. contact details in the right side, above the menu and in line with the logo. Does that make sense?

    I have a child theme, so I can place code into that. I am just having trouble working out what part of the code is controlling the size and also the padding around the logo.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    I can provide you CSS to remove the small width constraints on the logo, but you’re going to face problems with focal points becoming cut off in the header image. The theme doesn’t deal with focal points.

    In the “Additional CSS” section of the dashboard add this:

    
    .custom-logo-link img {
        max-height: 100%;
    }
    

    https://codex.www.ads-software.com/CSS#Custom_CSS_in_WordPress

    Thread Starter adamsurridge

    (@adamsurridge)

    Thanks, Andrew

    Based on that i’m going to change my approach to it slightly. I’m using a floating contact bar so the contact info is always visible. However, 2 issues have occurred:

    1. I would like to stick with the logo as is, however it looks small as it has a lot of padding around it. I’ve tried the following which didn’t work, can you see why?

    .sitelogo {
    padding: 0px 0px 0px 0px !important
    }

    2. On IOS (iPad) the menus disappear under the floating bar, which is annoying. this doesn’t happen on the desktop. Is there anything I can do to force the menu under bar on IOS?

    Thread Starter adamsurridge

    (@adamsurridge)

    Closed.

    • This reply was modified 6 years, 8 months ago by adamsurridge.
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Twenty Seventeen – make logo full page width’ is closed to new replies.