-
AuthorPosts
-
March 7, 2022 at 10:13 am #1343448
To whom it may concern,
How can I move down and align center the arrows for the content slider as per attached please?
Regards,
March 7, 2022 at 11:18 am #1343455Hey FamalcoGroup,
Please try the following in Quick CSS under Enfold->General Styling:
.avia-smallarrow-slider .avia-slideshow-arrows { width: 100%; } .avia-smallarrow-slider .avia-slideshow-arrows a.prev-slide { top: 100px; left: -40px; } .avia-smallarrow-slider .avia-slideshow-arrows a.next-slide { top: 100px; }
Best regards,
RikardMarch 7, 2022 at 2:26 pm #1343491It didnt work.
That css just spaced out the arrows.
March 7, 2022 at 3:48 pm #1343508Hi,
Could you post a link to where we can see the actual element?
Best regards,
RikardMarch 8, 2022 at 12:41 pm #1343603This reply has been marked as private.March 8, 2022 at 8:26 pm #1343730Hi,
This CSS is working when I check it on your site:
.avia-smallarrow-slider .avia-slideshow-arrows { width: 100%; } .avia-smallarrow-slider .avia-slideshow-arrows a.prev-slide { top: 100px; left: -40px; } .avia-smallarrow-slider .avia-slideshow-arrows a.next-slide { top: 100px; right: 0; }
If you need further help, then post admin WordPress login details in private.
Best regards,
RikardMarch 9, 2022 at 8:42 am #1343777This reply has been marked as private.March 9, 2022 at 9:43 am #1343783March 9, 2022 at 12:24 pm #1343817This reply has been marked as private.March 9, 2022 at 1:15 pm #1343827Hi,
Thanks for that. I’ve modified and added the CSS to your site now, please review it.
Best regards,
RikardMarch 9, 2022 at 1:20 pm #1343833Still not working.
March 9, 2022 at 1:27 pm #1343839This reply has been marked as private.March 9, 2022 at 1:29 pm #1343841Hi,
Thanks for the update. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
RikardMarch 29, 2022 at 11:25 am #1346417This reply has been marked as private.March 29, 2022 at 12:49 pm #1346429Hi,
This CSS is causing that to happen:
.avia-smallarrow-slider .avia-slideshow-arrows a.prev-slide { top: 130px !important; left: -1300px; }
I’m not sure where you have added that though.
If you want a different value for different screen sizes, then you can use a media query:
@media only screen and (min-width: 768px) and (max-width: 1024px) { Large phone and tablet size }
Best regards,
RikardMarch 29, 2022 at 2:32 pm #1346440This reply has been marked as private.March 30, 2022 at 5:25 am #1346504Hi FamalcoGroup,
I’m glad that Rikard could help you :)
Thanks for using Enfold and have a great day!Best regards,
Nikko -
AuthorPosts
- The topic ‘Content Slider Arrows’ is closed to new replies.