Good afternoon.
I have a problem on my page as a blank space has been created between the menu and the main image.
This only happens in resolutions below 750 px, in the desktop version it works correctly.
Can you help me fix it, please?
Thank you.
Hey sbroto,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 750px) {
.av-logo-container {
height: 260px;
line-height: 260px;
}
}
Best regards,
Rikard
Hi Rikard, the problem continues.
I send you the url of the web privately so you can see it live
Thank you very much for your help
Hi,
This CSS is applying from the theme:
@media only screen and (max-width: 767px) {
.responsive #header_main .container {
height: auto !important;
}
}
I can’t see where it’s coming from though, since you have file compression active. Please try removing or modifying that CSS.
Best regards,
Rikard
Hi Rikard.
I have located those lines in the layout.css file
Lines 2598
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
And further down line 2657
.responsive #header_main .container{height:auto !important; }
Can you tell me how I should modify them?
Thank you.
Hi,
Thanks for that. Could you include admin WordPress login details as well please?
Best regards,
Rikard
Sure!
Thanks