-
AuthorPosts
-
March 30, 2021 at 11:40 pm #1291471
I have created this site:
http://www.osteodanza.comAnd the web is apparently ok, but when I watch on the movil the text on the slide it is not rescalated. How can I resolve this?
I have the same problem in another site.
Thanks.
Almudena de Andrés.
April 1, 2021 at 5:19 pm #1291838Hi hector1069,
I checked your site and I did not notice any issues.
Can you give us a screenshot on the issue you’re referring?Best regards,
NikkoApril 1, 2021 at 11:38 pm #1291914Look the shot of mobil. The text that is written on the slide is not responsive and is not rescaled.
https://www.almudenadeandres.es/wp-content/uploads/2021/04/IMG_4797-2.png
Regards.
Almudena.
April 5, 2021 at 4:50 am #1292411Hi Almudena,
We apologize for the delayed response.
Please add this CSS code in Enfold > General Styling > Quick CSS:@media only screen and (max-width:767px) { #top.home #main #full_slider_1 .avia-slideshow-inner { height: 200px !important; } #top.home #main #full_slider_1 .avia-caption-title { font-size: 36px !important; } #top.home #main #full_slider_1 img { height: 200px; width: auto; max-width: none; transform: translateX(-50%); left: 50% !important; } }
Best regards,
NikkoApril 5, 2021 at 9:25 am #1292440Hi Nikko,
The code is working perfectly. Thanks.
However I have the same issue in my own site:
http://www.almudenadenadres.esBut this this code is not working. Could you check this?
Thanks.
Almudena de Andrés.April 5, 2021 at 6:03 pm #1292581Hi Almudena de Andrés,
I tried to check your site but I’m getting this:
This site can’t be reached
Is it blocked on some countries?
Best regards,
NikkoApril 5, 2021 at 9:32 pm #1292609Hi Nikko,
The site is not blocked, at least from my own.
This is the url, and It is working perfectly right now.
April 6, 2021 at 4:50 am #1292652Hi hector1069,
Thanks for giving us admin access and the link is showing properly.
There are two reasons why it’s not working.
1. In Quick CSS, I found this js code on top of the CSS code I gave, since this is invalid CSS, the bottom CSS is ignored. (I have removed this code)<script id="mcjs">!function(c,h,i,m,p){m=c.createElement(h),p=c.getElementsByTagName(h)[0],m.async=1,m.src=i,p.parentNode.insertBefore(m,p)}(document,"script","https://chimpstatic.com/mcjs-connected/js/users/7d87447c8a15511e19564fe25/d7f93ca2d4b26511a57d7642f.js");</script>
2. Cache (worked properly at this point when logged in, but not when logged out, flushing the cache fixes the issue).
Also, I modified the code a bit so it adapts with the design:@media only screen and (max-width:767px) { #top.home #main #full_slider_1 .avia-slideshow-inner { height: 280px !important; } #top.home #main #full_slider_1 .slideshow_align_caption { padding-right: 120px; } #top.home #main #full_slider_1 .avia-caption-title { font-size: 28px !important; } #top.home #main #full_slider_1 .comhdossl { font-size: 24px !important; } #top.home #main #full_slider_1 img { height: 280px; width: auto; max-width: none; transform: translateX(-45%); left: 50% !important; } }
Best regards,
NikkoApril 6, 2021 at 11:37 am #1292739Hi Nikko,
Thanks a lot for your help. Now it is working perfectly.Have a nice day.
Almudena.April 6, 2021 at 5:37 pm #1292851Hi Almudena,
We’re happy that we could help :)
Thanks for using Enfold and have a great day!Best regards,
Nikko -
AuthorPosts
- The topic ‘Responsative problem with the slide of home’ is closed to new replies.