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

    Hi guys,
    My boss wants the front-page slider to be more slim (height-wise). Thus, I’ve had to use custom-sized slider images (1500×300).
    However, this has complicated the responsiveness of the slider caption – and its buttons. The buttons are not showing correctly (fall outside the slider) when the browser window is below 1370 pixels wide.

    Thus, I need the buttons to be “smaller” (padding/margin) so they can fit in the slider image and thus be displayed when the page is viewed in browsers below 1370 pixels.

    Can you help me out?

    #670860

    Hi Daniel!

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

    @media only screen and (max-width: 1370px) {
    .avia-multi-slideshow-button.avia-slideshow-button {
        margin-top: -10px!important;
    }}

    Best regards,
    Yigit

    #670924

    Hi Yigit!
    Thanks, but for some reason it doesn’t seem to work? The buttons seem to be immune to the change in margin-top: -10px, and thus still fall outside the slider.

    I’ve even tried to change the margin-top value to -100px, and there’s no difference.

    #671506

    Any suggestions?
    You’re more than welcome to have a look at my Quick CSS that I’ve used. Would really appreciate your input and help.

    #671525

    Hey!

    If you play around with the margin position, does it change?
    Please do check that and let us know, so we can see if the negative margin is creating the issue.

    Thanks alot

    Regards,
    Basilis

    #671582

    Yeah there’s nothing. I’ve just changed the margin to 100px and the buttons are not being affected.
    Also the buttons are now “round” instead of square.

    I’ve provided the login information in the private section

    #672070

    Any suggestions?

    #672473

    Hi,

    Another workaround is to add another slider, full screen slider perhaps, that is specifically created for mobile. Toggle the sliders’ display properties with css. http://kriesi.at/documentation/enfold/hide-menu-itemselements-on-mobile/

    Best regards,
    Ismael

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