Viewing 18 posts - 1 through 18 (of 18 total)
  • Author
    Posts
  • #902240

    New page, new questions)) https://yadi.sk/i/_zo6zwtw3RkP2m here i see no paddnig, no margin, but may be i can edit this space, it’s too big

    #902380

    Hey pddcoms,

    We would love to help you with this. Please provide a link to the site/page in question so we can look into this issue further.

    Best regards,
    Jordan Shannon

    #908122

    Hi.look plz this site limoncake.ru How i can change buttons margin for each slide singly? or how i can make them align center on one line for all slides? https://yadi.sk/i/dpI6fCCM3S7c23

    #908215

    Hi,

    Please try
    #top .avia-slideshow-button.avia-color-ligh { margin-right: 80px; }

    and let us know if that would work out for you.

    Best regards,
    Basilis

    #908249

    Not so easy…. look plz limoncake.ru

    #908473

    Hi pddcoms,

    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

    
    #fullscreen_slider_1 .avia-slideshow-button.avia-color-light {
        margin-right: 20px !important;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #908859

    Victoria-Best. it’s all i need. OHHH I am hurried … this code works for all pages, what i need to wright for each page of slider?

    • This reply was modified 6 years, 9 months ago by pddcoms.
    #909122

    Hi,

    Yes the code Victoria gave should apply to all first fullscreen slider on all pages. :)

    Best regards,
    Nikko

    #909129

    I see…but how i can make changes on each slide singly?

    #909165

    Hi,

    Try using this css code:

    #top .avia-fullscreen-slider .avia-slideshow-button {
        margin-right: 20px !important;
    }

    Hope it helps.

    Best regards,
    Nikko

    #909171

    well… this code making changes on all slides! i need singly on each slide of this fullwidth slider!

    • This reply was modified 6 years, 9 months ago by pddcoms.
    #909211

    Hi,

    Sorry I misunderstood what you said, I thought you were asking how to apply it on each slide, please remove the code on each slide and this should only apply to the first fullscreen slider on your homepage :)

    .home #fullscreen_slider_1 .avia-slideshow-button.avia-color-light {
        margin-right: 20px !important;
    }

    Best regards,
    Nikko

    #909223

    Bad Bad english)))) i know this code, but a don’t uderstand how to change the margin of the buttons for each image separately. This slider has a few images, i need to change buttons margin on first image for exemple 20%, second for 30px etc… I hope you understand me)))

    #909244

    Hi,

    No worries :) We would like to help you with what you’re trying to achieve. I think I understand what you meant, you have 6 slides with 2 buttons each, here are the css codes:

    First Slide First Button (left)

    .home #fullscreen_slider_1 .slide-1 .avia-slideshow-button {
        margin-right: 20px !important;
    }

    First Slide Second Button (right)

    .home #fullscreen_slider_1 .slide-1 .avia-slideshow-button-2 {
        margin-right: 20px !important;
    }

    Second Slide First Button (left)

    .home #fullscreen_slider_1 .slide-2 .avia-slideshow-button {
        margin-right: 20px !important;
    }

    Second Slide Second Button (right)

    .home #fullscreen_slider_1 .slide-2 .avia-slideshow-button-2 {
        margin-right: 20px !important;
    }

    you’ll notice the changes I made are on .slide-x (where x is the slide #) and the first button uses .avia-slideshow-button and the 2nd uses .avia-slideshow-button-2. Hope you get the pattern :) Let us know if you need further assistance :)

    Best regards,
    Nikko

    #926178

    Hi. again this question but on Mobile version. can you look Limoncake.ru At first slider a can’t make buttons align center or align left, is it possible?

    #926489

    Hi,

    Can you try adding this css code in Quick CSS (located in Enfold > General Styling):

    @media only screen and (max-width:767px) {
      .home #fullscreen_slider_1 .avia-slide-wrap .avia-slideshow-button {
        margin-left: auto !important;
        margin-right: auto !important;
        display: block;
      }
    }

    Hope it helps :)

    Best regards,
    Nikko

    #926586

    Super! thank you

    #927052

    Hi,

    Glad that we could help! Thanks for using Enfold and have a great day :)

    Best regards,
    Nikko

Viewing 18 posts - 1 through 18 (of 18 total)
  • The topic ‘slider padding’ is closed to new replies.