punktcom
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Logo problem on mobile devicesHi @coder01
Check mail 🙂
Forum: Fixing WordPress
In reply to: Logo problem on mobile devicesSo strange. I have made exactly as your instructions, but can’t get it work. As you can see in CSS, the code is there:
https://www.nordanaby.se/stg_eb5b4/wp-content/themes/heisengard/style.css
Forum: Fixing WordPress
In reply to: Logo problem on mobile devicesThanks Jay, I really appreciate your help! But I have probably made some beginner errors. I have places the code into custom CSS / Extra CSS and the code appears when I show the source code. See screenshot on the link below. The logo still shows stretched 🙁
Forum: Fixing WordPress
In reply to: Logo problem on mobile devicesStrange, it don’t work 🙁
https://www.nordanaby.se/stg_eb5b4/
I have tried many codes. Something with the responsive settings?
.mob-standard-logo {
width: 127px;
}@media only screen and (max-width: 768px) {
/* For mobile phones: */
body #logo {
max-width: 100%;
height: 100px !important;
display: block;
}
}@media only screen and (max-width: 767px) {
.responsive .logo a, .responsive .logo img {
max-width: 100%;
height: 27px !important;
max-height: 27px !important;
}.responsive .mobile_slide_out .logo {
float: left;
top: 30px;
position: relative;
}
}.mob-retina-logo {
height: 70px!important;
}.mob-retina-logo, .mob-standard-logo {
height: 70px!important;
width:127px!important;
}@media only screen and (max-width: 767px) {
.responsive #top .logo {
width: 56%;
}
}@media (max-width: 991px){
#site-navigation .row > .module.left a {
height: 55px !important;
width: 115px;
}
}- This reply was modified 6 years, 11 months ago by punktcom.