-
AuthorPosts
-
January 24, 2018 at 5:42 pm #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
January 24, 2018 at 10:25 pm #902380Hey 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 ShannonFebruary 5, 2018 at 6:04 pm #908122Hi.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
February 5, 2018 at 9:39 pm #908215Hi,
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,
BasilisFebruary 5, 2018 at 10:36 pm #908249Not so easy…. look plz limoncake.ru
February 6, 2018 at 11:23 am #908473Hi 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,
VictoriaFebruary 6, 2018 at 11:29 pm #908859Victoria-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.
February 7, 2018 at 1:40 pm #909122Hi,
Yes the code Victoria gave should apply to all first fullscreen slider on all pages. :)
Best regards,
NikkoFebruary 7, 2018 at 1:43 pm #909129I see…but how i can make changes on each slide singly?
February 7, 2018 at 2:19 pm #909165Hi,
Try using this css code:
#top .avia-fullscreen-slider .avia-slideshow-button { margin-right: 20px !important; }
Hope it helps.
Best regards,
NikkoFebruary 7, 2018 at 2:26 pm #909171well… 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.
February 7, 2018 at 3:14 pm #909211Hi,
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,
NikkoFebruary 7, 2018 at 3:30 pm #909223Bad 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)))
February 7, 2018 at 4:16 pm #909244Hi,
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,
NikkoMarch 13, 2018 at 6:11 pm #926178Hi. 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?
March 14, 2018 at 8:54 am #926489Hi,
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,
NikkoMarch 14, 2018 at 1:15 pm #926586Super! thank you
March 15, 2018 at 5:58 am #927052Hi,
Glad that we could help! Thanks for using Enfold and have a great day :)
Best regards,
Nikko -
AuthorPosts
- The topic ‘slider padding’ is closed to new replies.