I cant seem to get rid of the approx 10 pixels of space above my Full Screen Slider. I have tried every setting in the options to adjust alignment and height and I still cant get it to go away.
Any Help would be appreciated.
Mike
Update –
Looks like I used some quick css to remove the top bar “extra info” on mobile using the following
@media only screen and (max-width: 768px) {
#header_meta { display: none !important; }}
Unfortunatly even though it removes the top bar the code keeps the space intact below the header. Causing the space to show between the full screen slider.
How do I remove the space?
M