-
AuthorPosts
-
February 3, 2020 at 11:03 pm #1181076
hi my logo on my website is showing up small. The file i uploaded is 581 by 177 pixels but the logo is not showing up that size or even adjusted to fit the area. I have both a transparent a regular logo that are doing this.
February 4, 2020 at 7:18 pm #1181462Hey darrenheld2,
Please have a look at the following thread:
https://kriesi.at/support/topic/larger-logo-in-header/If you need further assistance please let us know.
Best regards,
VictoriaFebruary 5, 2020 at 8:11 pm #1181894When i change the size of the header the logo stays the same size. That didnt do anything sadly.
February 6, 2020 at 7:12 pm #1182128Hi,
Add this to quick css:
.logo a img{ min-width:450px!important; }
Best regards,
Jordan ShannonFebruary 6, 2020 at 10:22 pm #1182165added that but nothing changed for the logo
February 7, 2020 at 12:00 am #1182186Hi,
Did you add to the very top of quick css so it runs first? Also, clear the cache a few times over.
Best regards,
Jordan ShannonFebruary 11, 2020 at 8:05 pm #1183656hi, so the logo is now showing up but it is pixelated. the file i uploaded is 581 by 177 pixels. it also does not adapt any more when viewed on a smaller screen like a phone or tablet
February 13, 2020 at 3:24 pm #1184171Hi,
It seems like your current logo is resized to 300x91px. Could you please try re-uploading your logo and choose full size – https://imgur.com/a/Z8pzGOd ?
Best regards,
YigitFebruary 14, 2020 at 12:48 am #1184355i dont see an option to select the size when uploading or change once uploaded. my logo is sized Dimensions: 581 by 177 pixels – picture https://imgur.com/Dh8vElh & https://imgur.com/JDwrO90
February 14, 2020 at 2:20 pm #1184489Hi,
Could you please create temporary admin logins and post them here privately so we can look into it? :)
Best regards,
YigitFebruary 14, 2020 at 10:26 pm #1184617sure-private
February 16, 2020 at 4:20 am #1184910Hi,
Thanks for that. I changed the resolution of your logos to the original upload size, and it’s looks fine now. Please review your site.
Best regards,
RikardFebruary 17, 2020 at 10:31 pm #1185446wow. it looks perfect on desktop. on mobile the logo is stretching all weird and long.
February 18, 2020 at 5:33 am #1185538Hi,
Thanks for the update, that is likely because of the CSS Jordan gave you. Please try changing it to this instead:
@media only screen and (min-width: 768px) { .logo a img{ min-width: 450px !important; } }
Best regards,
RikardFebruary 18, 2020 at 11:11 pm #1185859good now. thanks
February 19, 2020 at 12:32 am #1185866Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon -
AuthorPosts
- The topic ‘Logo is smaller than expected’ is closed to new replies.