-
AuthorPosts
-
September 29, 2024 at 1:52 pm #1468050
Hi @mike,
I’d like to ask a follow up question about this old topic
I use a custom testimonial function on mobile on this site https://schoonheidsinstituutdiane.nl/I want to re-use this for another website, but I’d like to decrease the margins on the side, to fit a maximum of content on mobile, whilst ensuring that the arrows left and rights are still visible. Currently the testimonial is quite narrow/i don’t use the available space in a good way.
Is it possible to make the arrows overlap the image, so that the image is the same width as all the content of the site, with the text the same width as everything else as well? ?
what do I change in the CSS to achieve this? Below CSS is currently in use/*Custom Testimonial blocks */ #top #team .avia-slider-testimonials.avia-testimonial-wrapper { overflow: visible; } .responsive #top .avia-slideshow-dots.avia-slideshow-controls a { opacity: 1; } .avia-slideshow-dots a.goto-slide.active { background: #bf9f97; } .avia-slideshow-dots a.goto-slide { background: #ffffff; } .avia-slideshow-dots { bottom: -30px; padding-bottom: 20px; } @media only screen and (max-width: 767px) { .responsive #top #team .av-large-testimonial-slider.avia-testimonial-wrapper .avia-testimonial { padding: 0; font-size: 0.85em; display: flex; justify-content: center; } } @media only screen and (max-width: 767px) { #top #team .av-large-testimonial-slider .avia-slideshow-arrows a { top: 88px; } } @media only screen and (max-width: 450px) { #top .avia-testimonial-content { width: 100%; } #top #main .avia-slider-testimonials.av-slideshow-ui .avia-slideshow-arrows a { opacity: 1; top: 12%; } } @media only screen and (max-width: 767px) { .myslider { margin-top: 25px; margin-bottom: 0.5px; } } .avia-testimonial-meta-mini { width: 200px; height: auto; margin-top: -30px; justify-content: center; } .avia-testimonial-name { font-weight: 600 !important; font-size: 23px !important; } .avia-testimonial-subtitle { line-height: 25px; } .reviews-italic { font-style: italic; }
- This topic was modified 1 month, 3 weeks ago by the_digital_manager.
- This topic was modified 1 month, 3 weeks ago by the_digital_manager.
October 4, 2024 at 5:55 pm #1468445Hey Peter,
Thanks for your patience, I didn’t see this thread. To show the arrows try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:#top .avia-fullscreen-slider .avia-slideshow-controls a, #top .avia-fullscreen-slider .av-control-minimal .avia-slideshow-controls a { opacity: 1; }
For your other question try this css and adjust to suit if it is not exact:
#top .avia-slideshow-dots a { margin: 0 14%; }
Best regards,
MikeOctober 10, 2024 at 8:19 am #1468774Hi Mike, thanks for your response, but that’s not exactly what I mean.
this is the current situation
but i’ld like it to use the space more, like (not 100%, but you get the idea)
October 10, 2024 at 5:22 pm #1468841Hi,
Thanks for the screenshots, but I didn’t find a link to this page, please link to the page so we can assist.Best regards,
MikeOctober 19, 2024 at 1:42 pm #1469435Hi Mike, it’s for the site you helped with already quite a bit:)
https://fysiobreda.thedigitalmanager.nl/
the element is used on the homepage.October 19, 2024 at 5:01 pm #1469453Hi,
If you want the arrows to the side of the image, the image can not be the same size of the content:@media only screen and (max-width: 767px) { .responsive #top .av-large-testimonial-slider.avia-testimonial-wrapper .avia-testimonial { padding: 0; } .avia-testimonial-meta-mini { width: 100%; } #top .avia-slideshow-arrows a { margin: 0; } .avia-slideshow-arrows a.prev-slide { left: -7%; } .avia-slideshow-arrows a.next-slide { right: -7% !important; } }
Best regards,
MikeNovember 22, 2024 at 3:27 pm #1471939@mike works like a charm. thanks
how can i put the arrows on the exact middle of the image?
and perhaps make them a bit bigger and give them this colour: #CC4055- This reply was modified 5 hours, 17 minutes ago by the_digital_manager.
-
AuthorPosts
- You must be logged in to reply to this topic.