Tagged: cornerstone
-
AuthorPosts
-
May 5, 2016 at 3:03 am #913948
Hi,
please see the attached image, there is some empty space at the bottom of the right hand column under the images that I would like to remove.
I’m not sure if the space is coming from the column or text box or images.
Wordpress version: 4.4.2
X version: 4.4.2
Cornerstone version: 1.2.4May 5, 2016 at 3:06 am #913949This reply has been marked as private.May 5, 2016 at 10:10 am #914373Hey there,
I’ve set your 2/3 column’s background to transparent and that fixed the issue.
Hope that helps. 🙂
May 5, 2016 at 3:53 pm #945968HI, sorry but thats not what I’m after. I need the bottom of both columns to line up together right where the 3 square images finish.
I’ve attached the design mock up that i’m trying to achieve. You can see there is a light grey background for each section.
thanks
May 5, 2016 at 11:51 pm #978161Hi again,
Try adding the following code in your Customizer via Appearance > Customize > Custom > Edit Global CSS:
.page-id-516 #x-section-1 .x-column.x-sm.x-2-3 { display: inline !important; }
Let us know how this goes!
May 6, 2016 at 2:05 am #978259Hi,
i tried that code but nothing changed.
May 6, 2016 at 5:05 am #978406Hi There,
Thank you for the screenshots.
Please add this CSS instead:.page-id-516 .x-flexslider-shortcode-container { margin-bottom: 0 !important; }
See this:http://screencast-o-matic.com/watch/cDh16f1NDz
Hope this helps.
May 7, 2016 at 11:15 pm #980677legend! working perfectly now, thanks very much!
If I want this gap removed under all flexslider containers globally would I just change the css to:
.x-flexslider-shortcode-container {
margin-bottom: 0 !important;
}??
Cheers
May 8, 2016 at 2:20 am #980787Hi there,
We are lad we could help you.
Yes, you’re code is right.
Thanks.
-
AuthorPosts