I am a frequent user of your theme and am having difficulty with getting the slider to appear tight below the header on an iPad? Suddenly there is a 60 px gap between the header and slider. Please can you tell me how to fix this?
Hey Paul,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
@media only screen and (max-width: 989px) and (min-width: 768px) {
.html_header_top.html_header_sticky #top #wrap_all #main {
padding-top: 142px!important;
}
.container.av-logo-container {
max-height: 90px !important;
}}
If you do not notice any changes after adding the code please disable any caching plugin and hard refresh the browser page a few times to clear the cache.
Best regards,
Vinay