Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #752724

    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.

    Top of Full Screen Slider Enfold

    Any Help would be appreciated.

    Mike

    #753298

    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

    #753705

    Hi,

    Could you post a link to the site in question so that we can take a closer look please?

    Best regards,
    Rikard

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.