Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1342684
    AbrahamJR
    Participant

    Hi Theme co

    #1342690
    AbrahamJR
    Participant
    This reply has been marked as private.
    #1342839
    Christian
    Moderator

    Hey Abraham,

    Please setup your Layer Grid Sizes. See https://www.themepunch.com/revslider-doc/slider-setup/#layers-grid-size

    Thanks.

    #1344400
    AbrahamJR
    Participant
    This reply has been marked as private.
    #1344401
    AbrahamJR
    Participant
    This reply has been marked as private.
    #1344653
    Christian
    Moderator

    That is possible with CSS but that would be quite involved so it would be outside the scope of our support. You might want to contact our trusted partners who caters X setup and customization needs. Please see https://community.theme.co/custom-development/

    Thank you for understanding.

    #1346694
    AbrahamJR
    Participant
    This reply has been marked as private.
    #1346696
    AbrahamJR
    Participant
    This reply has been marked as private.
    #1346904
    AbrahamJR
    Participant
    This reply has been marked as private.
    #1346986
    Rad
    Moderator

    Hi there,

    You should remove the 69px 69px 84px padding added to the columns where your slider is. It’s small since the padding is there. But if you really wish to implement the padding on desktop, then you should add this CSS to Admin > Appearance > Customizer > Custom > CSS

    .large_desktop_padding {
    padding: 10px !important;
    }
    @media( min-width: 980px ) {
    .large_desktop_padding {
    padding: 69px 69px 84px !important;
    }
    }

    Then simply add large_desktop_padding to your column’s Class input.

    Hope this helps.

    #1348590
    AbrahamJR
    Participant
    This reply has been marked as private.
    #1348669
    AbrahamJR
    Participant
    This reply has been marked as private.
    #1348680
    AbrahamJR
    Participant
    This reply has been marked as private.
    #1348734
    Christopher
    Moderator

    Hi there,

    I see that you haven’t removed padding from column yet, please see the attachment.
    Please remove and check again.

    Hope it helps.

  • <script> jQuery(function($){ $("#no-reply-1342684 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>