Home Forums Free Themes Signify Logo full wIdth possible?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #143429
    fuerholz
    Participant

    Hello

    we appreciate the theme signify very much!
    is it possible to enlarge the logo to the full width?

    i have already used this additional css:

    .custom-logo-link img{
        max-width: 650px;
    }
    .container, .site-content {
        max-width: 100% !important;
    }
    .site-content{
        padding: 0 !important;
    }

    preferably we would like to enlarge the logo to the entire width of div.site-branding: how do we have to proceed for this?

    Thank you and best regards
    Christian

    #143487
    Psink
    Keymaster

    hello fuerholz

    Can you please share your site URL?

    Regards,
    Psink

    #143490
    fuerholz
    Participant

    Thank you Psink

    The URL is

    Someone helped me in a WP-Forum with this code:

    `.site-branding {
    padding-left: 0 !important;
    padding-right: 0 !important;
    }
    .site-branding .custom-logo-link {
    margin-right: 0 !important;
    }
    .site-branding,
    .site-branding .custom-logo-link img {
    max-width: 100%;
    }

    This works as desired!

    Best, Christian

    #209239
    MaxPower
    Participant

    I have had issues with the logo on the header. First, it was cut in half. Then I used some of the custom CSS code above and it shows now, however, it shows the same size in any screen, not resizing or responsive. On desktop, it looks good, but on a tablet or a phone, it is huge.

    https://publicimage.ie/

    Please advise how to resize for smaller screens.

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.