No logo wider than 600 px?

Home Forums Iconic One Pro Support No logo wider than 600 px?

This topic contains 3 replies, has 2 voices, and was last updated by  falke 10 years, 6 months ago.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #670

    falke
    Member

    If i use a log wider than 600 px or something like that the theme ads a linebreak so it looks a bit ugly with a white area below the logo image.

    I do not use the social icons and i have added the setting below to the CSS:
    .themonic-logo img {
    width: 100%;
    }

    .site {
    max-width: 97%;
    }

    Is there a way to avoid this so I can use a logo image all over the logo area?
    Best regards!
    Bengt

    #671

    Paste this in the custom.css

    
    .socialmedia {
        width: auto;
    }

    and let me know if it fits your need.
    If you want to use logo image for the full width of the site, disable the social icons from live customizer.

    If you want to heavily modify the theme, please go the child theme route as that will save all your customization during theme update. Else, document whatever you are doing.

    #687

    As you are not using the social icons, replace the previous code with the following and it should take care of that line break.

    
    .socialmedia {
     display:none;
    }

    Let me know if it works as per your expectations.

    #739

    falke
    Member

    Yes it works perfectly…. ;o)
    Go and have a look at: http://fkhfred.se/

    I must say your support is the best I have met this far!
    Regards/ Bengt!

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.