Tagged: x
-
AuthorPosts
-
October 25, 2016 at 1:00 pm #1230223
regentsParticipantI 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.
October 25, 2016 at 1:55 pm #1230319
JoaoModeratorHi 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 / passwordDon’t forget to select Set as private reply. This ensures your information is only visible to our staff.
Thanks
Joao
October 25, 2016 at 2:36 pm #1230383
regentsParticipantThis reply has been marked as private.October 25, 2016 at 2:39 pm #1230385
regentsParticipantI 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 transparentOctober 25, 2016 at 11:05 pm #1230885
Paul RModeratorHi,
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.
October 26, 2016 at 11:43 am #1231815
regentsParticipantOk, 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!October 26, 2016 at 1:49 pm #1231991
regentsParticipantI fixed the issue. Please close ticket. Thank you
October 26, 2016 at 1:55 pm #1232001
RupokMemberGlad 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!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1230223 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
