Hi,
1st Thank you very much for a fantastic theme.
How can I adjust and edit the size of height and width of the LayerSlider WP slider on mobile view. It goes really small and unreadable when viewed on mobile. At theh moment it just automatically resizes as you change size of browser but I would like to tell it to resize to a certain height and width when on mobile. Could you please help.
Been trying to find a solution in the forum for my issue but couldn’t find the answer.
Thanks.
Emmy
Hey Emmygraph,
Please provide a link to the site in question so we can help you with this issue.
Best regards,
Jordan Shannon
Hi,
Ive sent the links in the private area
I would like to change the size of the slider on mobile view. They look too narrow on mobile.
Please let me know wjat I need to do on css. :)
Thanks
Emmy
Hi,
You could try to see if this plugin alleviates the issue:
https://wordpress.org/plugins/ricg-responsive-images/
Best regards,
Jordan Shannon
Isn’t there a way of doing it on the css files and media queries.?
Hi
You can try the following in quick css and adjust as needed:
@media only screen and (max-width: 767px) {
.ls-inner {
min-height: 151px !important;
}}
@media only screen and (max-width: 767px) {
div#layer_slider_1 {
height: 151px !important;
}}
Best regards,
Jordan Shannon
Thank you very much