Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #768217

    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

    #768353

    Hey Emmygraph,

    Please provide a link to the site in question so we can help you with this issue.

    Best regards,
    Jordan Shannon

    #768717

    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

    #769329

    Hi,

    You could try to see if this plugin alleviates the issue:

    https://wordpress.org/plugins/ricg-responsive-images/

    Best regards,
    Jordan Shannon

    #769935

    Isn’t there a way of doing it on the css files and media queries.?

    #770122

    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

    #817733

    Thank you very much

    #817775

    Hi,

    Glad we could help. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.