[Support request] Any way to fix revolution slider

Home Forums Support [Support request] Any way to fix revolution slider

Home Forums Support Any way to fix revolution slider

  • This topic has 1 reply, 2 voices, and was last updated 7 years ago by Leo.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #392824
    Victor

    Hello,

    Great theme, we managed to increase speed, decrease https calls and website size using the same
    information/images. thank you

    I have a question, is any way to make the revolution slider not to have spaces on mobile versions?
    for some reason in this versions there is a gap on the left/right side, also on the iphone

    http://www.milagroscaninos.org is our website.

    Thanks for all your support and for your amazing theme.

    #392951
    Leo
    Staff
    Customer Support

    Hi there,

    Give this CSS a shot:

    @media (max-width: 768px) {
        .generate-sections-inside-container {
            padding-left: 5px;
            padding-right: 10px;
        }
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

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