Tagged: x
-
AuthorPosts
-
June 7, 2016 at 5:14 pm #1030780
M RParticipantHello. I’ve got a weird padding issue when I use an inline convertplug model via a short code within my visual composer. I’ve made sure I’ve got all paddings and margins set to 0, but this white strip still appears. Any idea how I can get rid of it? There is some space at the bottom, but since it is reading the background of the content container I’m not terribly concerned about it.. The white strip above it, however, I need to go away. I’ve checked the padding on the element above it as well, and it’s def not that.
June 7, 2016 at 5:17 pm #1030786
M RParticipantThis reply has been marked as private.June 8, 2016 at 3:59 am #1031500
ChristopherModeratorHi there,
Please add following code in Customize -> Custom -> CSS :
.x-tab-content { margin-bottom: 0; }Hope that helps.
June 8, 2016 at 7:36 am #1031728
M RParticipantThat fixed it! Thank you so much!
June 8, 2016 at 11:21 am #1032164
M RParticipantActually that fixed it on desktop. On mobile it looks a little crazy. See attached
June 8, 2016 at 12:23 pm #1032300
RahulModeratorHey There,
Try this custom CSS :
@media (max-width: 768px) .cp-desc-container, .cp-sec-title-container, .cp-title-container { margin: 0px 0 95px; }Hope that helps.
June 8, 2016 at 2:11 pm #1032494
M RParticipantit worked when I resize my browser, but not on my phone.
Just as a clarification, there should be a bracket after @media (max-width: 768px) right?
@media (max-width: 768px) { .cp-desc-container, .cp-sec-title-container, .cp-title-container { margin: 0px 0 95px; } }I’ve tried it both with and without, neither way works though. Literally this is the only section of the site for mobile that’s giving me problems. I’m sure it’s something simple and stupid, but I’m clearly code stupid at this point.
June 8, 2016 at 8:18 pm #1033010
FriechModeratorHi There,
To remove that white space below the image, add this on your custom CSS
@media (max-width: 767px) { .page-id-13183 #x-content-band-4 .x-tab-content { min-height: 0 !important; } }Yes, make sure you enclosed all @media query with close and open brackets.
Hope it helps, Cheers!
June 9, 2016 at 12:33 am #1033432
M RParticipantI wish I could say that worked, but it didn’t. This is frustrating me to no end. It’s showing up on mobile safari, mobile chrome… and I went and installed mobile firefox just to see if maybe it was a cache that was holding, but no such luck. It’s still a huge white gap, and the container below it (convertplug) still has a massive gap before it gets to the content.
June 9, 2016 at 2:09 am #1033528
Paul RModeratorHi,
You can try this code instead.
.page-id-13183 #x-content-band-4 .x-tab-content { min-height: 0 !important; }If that doesn’t help, please provide us your wordpress admin login in private reply.
Thanks
June 9, 2016 at 4:15 am #1033691
M RParticipantahh i got it, it was page id 13383 not 13183 my bad for not noticing. That worked. Thank you
June 9, 2016 at 7:02 am #1033869
Paul RModeratorYou’re welcome! 🙂
June 9, 2016 at 8:10 am #1033945
M RParticipantReal quick since I’m here. When you guys updated the customizer for custom css and javascript. The background color you placed it on is HORRIBLY hard to read. It’s pretty, but it’s not functional for many of us who do not have 20/20 vision or consistently suffer from eye strain. It’s not pleasant to use.
June 9, 2016 at 10:52 am #1034212
JoaoModeratorHi M R
I will pass your feedback on to our developers .
For the moment I recommend you using a text editor and pasting on Customizer, I know it is not Ideal but it is better than forcing your eyes.
Thanks for understanding.
Joao
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1030780 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
