I wonder whether you can help me. I am trying to eliminate a white line that comes at the top of the homepage on http://www.psweb-design.com. This seems to only show on tablet resolution.
Can you please help me is this a bug?
Many Thanks
Pete
Hey condonpb!
We noticed the white gap on top and it is coming from layer slider have you added any custom code ? please give us access to wordpress admin so we can login and take a look at it if necessary to add custom css in quick css.
Regards,
Vinay
Vinay,
Enclosed are details as requested
Many thanks
Pete
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 1024px) and (min-width: 580px) {
img.ls-bg.ls-preloaded {
margin-top: 0!important;
}}
Regards,
Yigit
Many thanks