Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #274863

    Hi!

    I would like to use a simple slider instead of the LayerSlider.

    Unfortunately, I can’t manage to reduce the space between the menu and the slider to zero. No matter which settings I use – there’s always a gap between menu and slider.

    When I use the LayerSlider, this problem doesn’t exist.

    Could you please help?

    Cheers,
    Thomas

    #274942

    Hi investmentwriter!

    Thank you for using the theme!

    Do you mind if we take a look at the actual page? Note that we don’t provide support for third party plugins but the case might be related to simple css issue so we might be able to help you with it.

    Regards,
    Ismael

    #275007
    This reply has been marked as private.
    #275154

    Hey!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .home #main .content {
    padding-top: 0;
    }

    Regards,
    Yigit

    #275192

    Hi Yigit!

    Thank you very much for your quick response and for the CSS code!

    Unfortunately, the CSS code works only for my “home” page, whereas there is no change on the other pages (every single page starts with a simple slider).

    Could you also provide me with a CSS code that works for every page? Or how do I have to adapt the already given CSS code in order to reduce the space between content and menu on every page?

    Thank you very much again for help!!!

    Cheers,
    Thomas

    #275197

    Hey!

    Please add following code to Quick CSS instead

    .content, .sidebar {
    padding-top: 0;
    }

    Regards,
    Yigit

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