Hey there,
Looks like you forgot to post the link of your site. Please post the link 🙂
Best Regards,
Suyogya (Themeisle Support)
The site is not yet live and only on locahost on my mac. That is why i added the link of the screenshot.
http://www.5by5dzign.com/_Media/mobile-screenshot_med.png
Hello,
If your site is not live please post two images referring to mobile view and your desktop view.
Can you also give the dimensions of your logo?(height and width)
That way wen can help you quickly and effortlessly.
Regards.
the logo is 295 pixels by 125 pixels
below is a link at full screen.
http://www.5by5dzign.com/_Media/imobili-full-size-2_300_hr.png
Hello,
Please add the following css on
Dashboard => Appearance => Customize => Theme Options => Advanced options => Custom Css
.custom-logo-link img {
min-height: 295px;
min-width: 125px;
}
Increase/Decrease the values accordingly.
I hope this helped,
Best regards
Thanks for the quick response…..that did help!
but now it is shifted to the right!
http://www.5by5dzign.com/_Media/mobile-logo-new-code_med.png
any ideas?
Might want to also add this to center the logo:
.custom-logo-link img {
display: block;
margin: 0 auto;
min-height: 295px;
min-width: 125px;
}
do I have to get rid of the previous code first or just add this thru the steps used before?
Hello,
@will thank you for your help,
yes please remove the previous code given by me and you can add the code given by @will
Best regards.
wonderful.
Hate to be a pest but what css file does this code go into?