Tagged: x
-
AuthorPosts
-
April 6, 2016 at 7:26 pm #870299
Erin LParticipantHI
I have an interior page slider that a few of my slides just have extra space at the top of the slide (see sensor screenshot) and others don;t (see webinar slide) I can’t seem to get rid of it.Also is this same slide feature supported in Cornerstone? I have another site using that I don’t see that option, so I’m thinking I can’t up this site to that.
WordPress 4.3.2 running X theme Version: 4.1.1 using visual composer
April 6, 2016 at 7:29 pm #870305
Erin LParticipantThis reply has been marked as private.April 7, 2016 at 1:59 am #870664
LelyModeratorHello Erin,
On the slider content you’re using headings tag at the top. By default it has margins. To remove it please add class mtn
(m) -margin (t) – top (n) – none
Like this:
<h4 class="mtn">What can IoT do for Manufacturers? Webinar</h4>
Add class mtn for<h4>elements of every slider content.Yes, Slider element is available in Cornerstone.
Hope this helps.
April 26, 2016 at 6:40 pm #901179
Erin LParticipantThanks, that worked, one last question, how do I remove the hairline black line/box around the text page. Login is above.
thanks
erinApril 27, 2016 at 8:09 am #902088
Paul RModeratorHi Erin,
To remove it, you can add this in Appearance > Customize > Custom > Edit Global CSS
.x-flexslider-shortcode-container.with-container { border:0; box-shadow:none; }Hope that helps
April 28, 2016 at 1:25 am #903586
Erin LParticipantHI
I tried this and I’m still seeing a border?
http://www.seecontrol.com/community/
best
erinApril 28, 2016 at 1:22 pm #904495
JadeModeratorHi Erin,
Please try this code:
.x-flexslider-shortcode-container { border: 0 !important; box-shadow: none !important; }If it doesn’t work, try adding it to the topmost part of the custom CSS. If it does work upon moving it, please check the CSS codes currently in the customizer as it might have some missing closing curly braces for some declaration.
Thank you.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-870299 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
