Home › Forums › Iconic One Pro Support › No logo wider than 600 px?
- This topic has 3 replies, 2 voices, and was last updated 11 years, 2 months ago by falke.
- AuthorPosts
- September 13, 2013 at 3:01 pm #670falkeParticipant
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!
BengtSeptember 13, 2013 at 3:47 pm #671Themonic-SupportKeymasterPaste 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.
September 14, 2013 at 3:44 pm #687Themonic-SupportKeymasterAs 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.
September 18, 2013 at 4:43 pm #739falkeParticipantYes 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! - AuthorPosts
- You must be logged in to reply to this topic.