Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #305132

    Hi,
    I am using a Layerslider immediately under the menu bar on this site:
    http://londonisc.com

    Strangely – I had to add extra space in the sliders dimensions in order for the contents to not appear underneath the menu bar. It now looks fine on the desktop and iPad landscape.

    However – on the iPad portrait and even worse on a mobile phone the slider content again appears underneath the menu bar.

    *NOTE – the menu bar is an UberMenu. I have uploaded the Enfold Child theme fix for UberMenu.

    Any ideas?
    Thanks!
    Slade

    #305256

    Hi Slade!

    Thank you for using Enfold.

    You can add a top margin on the layer slider:

    @media only screen and (max-width: 768px) {
    div#layer_slider_1 {
    margin-top: 30px;
    }
    }

    Regards,
    Ismael

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