Hi,
how i can change the space right or left (in % of sitewidth)
in FULL SLIDER / CAPTION / TEXT POSITION (right framed, left framed).
If the Browserwidht is very small, so will this elements be to near to
the Arrows of the Slideshow control styling.
Can you help please?
Regards
Coco
Hi Coco!
Thank you for using Enfold.
I’m sorry but I’m not sure I understand the inquiry. If possible, please create a test page and a screenshot of the issue. Use imgur or dropbox for the screenshot.
Cheers!
Ismael
Hi!
Please add following code to Quick CSS
@media only screen and (max-width: 990px) {
.caption_right .slideshow_caption {
right: 20%;
}}
@media only screen and (max-width: 767px) and (min-width: 480px) {
.responsive #top .slideshow_caption {
left: -15%;
}}
Regards,
Yigit
Hey!
Please change the code to following one
@media only screen and (max-width: 1250px) {
.caption_right .slideshow_caption {
right: 20%;
}}
@media only screen and (max-width: 767px) and (min-width: 480px) {
.responsive #top .slideshow_caption {
left: -15%;
}}
Cheers!
Yigit
Yeeesss!
Thank You!