Tagged: color section, logo, padding
2 questions:
on this page: http://wp.marlowfilm.dk/
1. how do I control the padding above “experience the joy” headline?
It’s set now to “no padding” in the color section, but there is still a big space,
although on the mobil it looks like no padding.
2. I have the logo at 340 pixels wide, but it displays condensed and too big
on the mobile, running under the menu block. I don’t see any specific settings for this – can you
help me with this?
thanks,
n
Hey Munford!
1- It is currently set to middle align if you would like to change it to top aligned, please add following code to Quick CSS
.avia-section.av-minimum-height .container .content { vertical-align: top; }
2-
.logo img { max-height: 48px; }
@media only screen and (max-width: 767px) {
.responsive .logo a, .responsive .logo img {
max-width: 80%;
height: auto !important;
margin-top: 15px;
}}
Regards,
Yigit
excellent – that did it.
thanks for your help!
can you answer something about the logo in the header on mobile – is it always the case that you need to adjust the css to get it to display correctly? Seems like the older version of Enfold had an automatic resize that worked?