• writeeuser

    (@writeeuser)


    I have a 1055 X 204 Logo
    I want it to stretch across the top of the website, but when I crop and upload it, it comes out real small.
    What am I doing wrong ?

    The page I need help with: https://www.saferoofcleaning.com

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

Viewing 2 replies - 16 through 17 (of 17 total)
  • Theme Author Scissor Themes

    (@scissorthemes)

    Hello @writeeuser

    Thanks for Writing in,

    Use the below code to make the logo bigger more the mobile version

    Please paste this code in Additional CSS area of WordPress customizer. Please remove any other code which can conflict

    Go to >> Appearance >> Customizer >> Additional css area

    @media (max-width:767px){
    .site-brand{
    padding:0!important;
    }
    .site-brand:after {
    ??? display: table;
    ??? clear: both;
    ??? content: “”;
    }
    .site-logo img{
    max-height: 50px;
    }
    }

    let us know how the logo appears in mobile view after updating this code

    Best Regards
    Scissor themes

    Thread Starter writeeuser

    (@writeeuser)

    I put the additional CSS in, and no difference in the way the logo displays on my IPhone
    I wonder if I did it correctly

Viewing 2 replies - 16 through 17 (of 17 total)
  • The topic ‘How Can I make a full width Logo ?’ is closed to new replies.