-
AuthorPosts
-
December 19, 2018 at 11:07 pm #1047472
Hello,
Urgently need help to fix the logo size on desktop after the update. Mobile looks and works fine and the site works fine. It is just the logo is now stretched full width on desktop. I do have a screenshot of how it used to be. How do I get that to you?December 20, 2018 at 5:56 pm #1047838Hey Court_2,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (min-width: 990px) { #top .logo, #top .logo a { width: 350px; height: auto; } } @media only screen and (min-width: 768px) and (max-width: 989px) { #top .logo, #top .logo a { width: 270px; margin-top: 10px; } }
If you need further assistance please let us know.
Best regards,
VictoriaDecember 20, 2018 at 9:12 pm #1047928Hi Victoria,
Thank you, but unfortunately that didn’t work. The logo vanished altogether. The logo is an .svg file, but when I changed it to .png, it showed up correctly without adjustments. So, don’t .svg files work anymore with the theme?
Also, I have been trying to make the header with the burger menu sticky on mobile, but none of the options I’ve found in the support threads work. So far I’ve tried these five options:
All starting with the @media only screen and (max-width:767px) {.responsive #top #wrap_all #header {
position: fixed;
}
}.responsive #top #wrap_all #header {
position: fixed !important;
}
}#header {
position: fixed;
}
}@media only screen and (max-width: 767px) {
.html_header_top.html_header_sticky #header {
position: fixed !important;
}
}@media only screen and (max-width: 767px) {
.html_header_top.html_header_sticky #top #wrap_all #header {
position: fixed;
}
}None of the above work. Is there still something else I could try?
December 23, 2018 at 9:53 pm #1048909Hi Court_2,
Here are some threads to consider:
https://kriesi.at/support/topic/how-to-use-svg-as-logo/
If you need further assistance please let us know.
Best regards,
VictoriaJune 13, 2019 at 5:14 pm #1109930Thanks, yes, this problem got solved, so the thread can be closed.
June 13, 2019 at 7:19 pm #1109996Hi,
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 ‘Help! Logo on desktop out of proportion after update to 4.5.2’ is closed to new replies.