Home Forums Free Themes Signify Logo full wIdth possible?

Viewing 3 posts - 1 through 3 (of 3 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

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