• Dear sir,
    you created a great easy to use slider plugin.
    I have 2 issues though:
    I am using generatepress with beaver builder.

    1. I get a white space at the top when i want crelly slider to be behind a transparent menu. I fixed this with:
    /* removes gap above with crelly slider*/
    .fl-rich-text p {
    margin-bottom: 0;
    }
    This is just temporarely fix. Do you have a permanent fix for me?

    2. The slider looks exactly the same on my smartphone. It doesnt resize the background images which is strange. Because of this the text is unreadable. How can we fix this?

    thank you and hope to hear from you soon

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author Fabio Rinaldi

    (@fabiorino)

    1) The paragraph is not generated by the plugin but by the theme. When you edit the page, do you have a way to disable the auto-paragraph function?
    Or, can you add a css class to a section?
    In that way you could do something like

    .crellyslider-section p {
        display: none;
    }

    2) Which smarthphone are you using? It looks correct on my Nexus 5

Viewing 1 replies (of 1 total)
  • The topic ‘Crelly slider not responsive on smartphone’ is closed to new replies.