Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #794978

    This is an old closed ticket coming back …

    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 between breadcrumbs and the layer slider.

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

    We already had found the perfect solution – see here:
    https://kriesi.at/support/topic/blank-space-between-header-and-layer-slider-in-standard-editor/#post-662659

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

    But somewhen this trick did stop working !
    I don’t know when, but I see the old problem again under the new 4.0.7 of Enfold …

    Login credentials are added …

    Hope you have the solution at hand – like always … ;-)
    Thanks in advance
    Tom

    #795221

    Hey ideenstart,

    Try adding this css code in Quick CSS (located in Enfold > General Styling):

    .page-id-672 .av-content-full.ls-overflow-visible {
        padding-top: 0;
    }

    Hope this helps :)

    Best regards,
    Nikko

    #795883

    Hi Nikko !

    Does work – but there still remains a (now smaller) white space above the layer slider !

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

    Any ideas ?

    Thanks
    Tom

    #796129

    Hi ideenstart,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .entry-content.ls-direction-fix.ls-overflow-visible p { margin: 0;}
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #796693

    Hi Victoria !

    Hmm that’s weird.

    Your code makes the white space even bigger than Nikkos solution again !
    I tried it at both places – the Quick CSS and the custom.css with no difference !

    You can see it here: http://cosmostest.tyco.de/verkaufsbueros/
    I left your code in the quick css …
    If you want to try it out – The login credentials have been in the first entry …

    Any further ideas ?

    Thanks
    Tom

    #796805

    Hi,

    I have added the code I gave in Quick CSS and it works properly. If there is still a white space appearing on your end, can you give us a screenshot and probably tell us what browser you used so we can try to check it using same browser as you do :)

    Best regards,
    Nikko

    #797551

    Hi Nikko !

    Thanks for your help !

    I don’t know what has been the problem last time – but now it works fine as you say !

    Thanks
    Tom

    #797554

    Hi Tom,

    Glad we could help :) It’s probably just cached when you checked it.

    Best regards,
    Nikko

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