Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #443515

    Hi there!

    How can I get it so the arrows on my Easy Slider don’t overlap my content/images?

    Ideally they would responsively adjust to be at the sides of the images no matter what the screen size.

    #443925

    Hey BrendaSarg!

    Add this to your custom CSS.

    .avia_slideshow { overflow: visible !important; }
    .next-slide { right: -30px !important; }
    .prev-slide { left: -30px !important; }
    

    Cheers!
    Elliott

    #444546

    This is so close! Can I move them a bit more off to the side? or add some padding to the slider?

    I tried adjusting those numbers, but it just cropped the box with the arrow, it didn’t move it.

    Thanks for your help.

    #444580

    Hi!

    Please adjust the values Elliott posted and then add following code to Quick CSS

    .page-id-6740 .avia-builder-el-0, .page-id-6740 .avia-slideshow {
      overflow: visible;
    }

    Best regards,
    Yigit

    #444583

    How do I make that apply to ALL my Easy Sliders? That worked for the one.

    #444586

    Hi!

    Please enable custom CSS class for ALB elements – kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and then give your Easy Slider elements a custom class and then change the code to following one

    .your-custom-class.avia-slideshow {
      overflow: visible;
    }

    Regards,
    Yigit

    #1054552

    Hi there,

    On my site I placed several picture media elements in two content sections

    How can I disable the right and left arrows that appear after mouse-clicking on one of the pictures and showing all the pictures in that specific content section.

    Regards
    Hans

    #1055410

    Hi Hans,

    Could you post a link to where we can see the elements in question please?

    Best regards,
    Rikard

    #1055492

    Hi Rikard,

    the link:

    if you need a link to the backend, please let me know.

    gr
    Hans

    #1056059

    Hi Hans,

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

    .page-id-2270 .mfp-arrow {
      display:none;
    }

    Best regards,
    Rikard

    #1056343

    Hi Rikard,

    thanks, the arrows are gone.

    Regards,
    Hans

    #1056436

    Hi Hans,

    Great, glad we could help :-)

    Best regards,
    Rikard

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