Tagged: easy slider
-
AuthorPosts
-
November 25, 2019 at 11:45 pm #1160073
Hello Team,
The Frontpage has an Easy Slider which is set to No Scaling (Original Width X Original Height).
Unfortunately, the slideshow is taking a small proportion of the screen in mobile devices.
The code is showing:@media only screen and (max width: 767px) .responsive #top #wrap_all .container { width: 85%; max-width: 85%;What changes do I need to make in style.css in order to increase this percentage to 95% or 100% please?
Thanks,
ofekwNovember 26, 2019 at 1:04 am #1160125Hey ofekw,
Can you enable source view/right-click so I can inspect the code?
Best regards,
Jordan ShannonNovember 26, 2019 at 2:42 am #1160153Hello Jordan,
Thanks for the prompt reply, source code is now available via right-click.
Regards,
ofekwNovember 26, 2019 at 6:03 am #1160194Hi,
Thanks. Add this to quick css:
@media only screen and (max-width: 767px) { .responsive #top #wrap_all .container { width: 100%!important; max-width: 100%!important; }}Best regards,
Jordan ShannonNovember 26, 2019 at 7:02 am #1160210Hi Jordan,
Thanks for your service.
This code works only if under Enfold Child> Performance> CSS file merging and compression> I select ‘Disable‘.
I am concerned about speed. Is there another code that could work without disabling this option?
Thanks!
ofekwNovember 27, 2019 at 5:12 pm #1160705Hi ofekw,
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?
Best regards,
VictoriaNovember 27, 2019 at 8:39 pm #1160798Hi Victoria,
Thanks for following up.
Please find admin Credentials below.
Thanks,
ofekwNovember 28, 2019 at 2:51 pm #1160992Hi ofekw,
Thank you, I just wanted to see if there are any errors in your Quick css.
If the theme’s merging css does not work for you, you can minify the files with your caching plugin so that would not really be the speed issue.
Best regards,
Victoria -
AuthorPosts
- You must be logged in to reply to this topic.
