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

    Hi there,

    I want to remove the whitespace below a fullwidth slider. (see: http://prntscr.com/kgl4e8). So the aim would be that the picture of the girl would be directly on the light blue thin line without any whitespace.

    The same problem I have here (http://prntscr.com/kgl5tm) where I have a three column setting above a color section. I also would like to have this little bit of whitespace gone.

    Is there any code I could use for that?
    PS. Link to the page in Private Content.

    Many thanks :)
    M

    #995717

    Hey eKMUch,

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    1. Install and activate ” Temporary Login Without Password “.
    2. Go to ” Users > Temporary Logins ” on the left-side menu.
    3. Click ” Create New “.
    4. Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
      ( do be sure that we have enough time to debug ).
    5. Click ” Submit “.
    6. You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.

    When your issue is fixed, you can always remove the plugin!
    If you prefer to not use the plugin, you can manually create a admin user and post the login credentials in the “private data” field.

    Best regards,
    Basilis

    #996590

    Details in Private Content.

    #996672

    Hi,

    Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:

    .page-id-535 #after_full_slider_2 .content {
      padding-top:0 !important;
    }

    Best regards,
    Rikard

    #996691

    Hi Rikard,

    Thanks for your support

    Unfortunately it does not work.

    Additionally, unless I am not mistaken, you only refer to #after_full_slider_2 (so this code would only affect the slideshow slider correct?) but if you check out the second screenshot I added above you can see that the problem also occures if I have a regular 3 column layout. So the code would also need to fix this issue.

    Thanks.

    #996711

    Hi eKMUch,

    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

    
    .av_slideshow_full li img.jetpack-lazy-image {
        display: block;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #997023

    Hi Victoria,
    Thanks for finding this one out for me. Just deactivated the plugin and everything works smooth again.
    Wow this is terrible, I also found out that this plugin was the reason many pictures from our gallery didn’t load properly :-/
    Thanks so much for your help.
    Have a wonderful day.

    #997109

    Hi eKMUch,

    Glad we got that figured out and you got things working for you :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

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