Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #662516

    Hi !

    When I use layer slider in advanced mode everything is fine !
    On one page I have to use the standard editor. But when I place the layer slider with it’s shortcode there is a blank space above the layer slider.

    You can see it here: http://cosmostest.tyco.de/verkaufsbueros/

    Maybe some padding settings ?
    I guess – like always – you know the perfect tweak for this ;-)

    Login credentials are added …

    Thanks in advance
    Tom

    #662601

    Hey ideenstart,

    try this code:

    .ls-wp-fullwidth-helper {
    margin-top: -50px;
    }
    

    and adjust as needed.

    Best regards,
    Andy

    #662642

    Hi Andy !

    Works perfectly for the standard editor page !
    Layerslider is now perfectly underneath the header !

    But on all other pages that use the advanced layer editor the layerslider is now shifted under the header!

    See it here: http://cosmostest.tyco.de/produkte/

    So that can’t be the solution here !
    Is there a way to have this css only on this single page (page id 672) so all other will remain fine ? That would be perfect !
    Otherwise we need to change the laywerslider margin only for pages that use the satndard editor ?!

    Thanks
    Tom

    #662659

    Google is your friend … ;-)

    I’ve found the solution:

    .page-id-672 .ls-wp-fullwidth-helper {
    margin-top: -50px;
    }

    Can be marked as solved !

    Thanks
    Tom

    #662871

    Hi,

    glad we could help. Let us know in a new ticket if you have some more questions related to the theme. We are happy to assist you.

    Best regards,
    Andy

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Blank space between header and layer slider in standard editor’ is closed to new replies.