Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1230223
    regents
    Participant

    I am trying to reduce the padding around the revolution slider on https://regentscapital.com/q4 . I’ve searched the forum but can’t find a current solution.

    #1230319
    Joao
    Moderator

    Hi There,

    Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:

    – Link to your site
    – WordPress Admin username / password

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    Thanks

    Joao

    #1230383
    regents
    Participant
    This reply has been marked as private.
    #1230385
    regents
    Participant

    I would also like to change the grey background on the row but all the custom CSS I’ve seen on the forum doesn’t work. Inspect element CSS doesn’t work either:
    element.style {
    background-color: rgb(255, 255, 255);
    background-repeat: no-repeat;
    background-image: url(https://regentscapital.com/wp-content/plugins/revslider/admin/assets/images/transparent.png);
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    opacity: 1;
    visibility: inherit;
    z-index: 20;
    }
    Slider background is set to transparent

    #1230885
    Paul R
    Moderator

    Hi,

    You can try this code instead.

    
    body .tp-bgimg.defaultimg {
       background-color:transparent !important;
    }
    

    With regards to revslider padding, you need to set the slider layout to auto.

    Hope that helps.

    #1231815
    regents
    Participant

    Ok, the CSS worked but I still get the default x-section row padding around the slider and there are no controls for the row when you insert the rev slider. Since I can’t enter negative numbers in padding and negative margins create overlaps in mobile (even with clearfix) I need CSS for the rev slider as well.
    Thanks for your help with this!

    #1231991
    regents
    Participant

    I fixed the issue. Please close ticket. Thank you

    #1232001
    Rupok
    Member

    Glad that you figured it out already. Feel free to let us know if you face any other issue. We’ll be happy to assist you.

    Thanks for using X.

    Cheers!

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