Tagged: x
-
AuthorPosts
-
February 28, 2017 at 10:30 pm #1389712
SkeeterHarrisParticipantHi,
I am using the promo box on my site and have varying content in each box but want the boxes to line up so I am setting a minimum height which solves that problem but then my buttons move around on me. Is there a way to provide some type of anchor formatting to the button to make it stay say within 5 pixels of the bottom of the box?
The code I am using to control the overal box is this:
.x-promo-content {
min-height: 590px;
}Then to space the buttons so they line up I am using this short code in each box – [gap size=”6.0em”]
Attached is a sample image but is there a better way to manage this?
The site can be found here – http://4be.58d.myftpupload.com/
February 28, 2017 at 10:31 pm #1389714
SkeeterHarrisParticipantThis reply has been marked as private.March 1, 2017 at 3:25 am #1389963
ChristopherModeratorHi there,
Please add following code in Customize -> Custom -> Global CSS :
@media (min-width:767px){ .x-promo-content a.x-btn.x-btn-rounded.x-btn-regular { position: absolute; bottom: 28px; margin: 0 5%; display: block; float: none; } }Hope that helps.
March 1, 2017 at 2:21 pm #1390849
SkeeterHarrisParticipantHi Christopher – I tweaked it just a bit in terms of where the buttons landed but it was perfect! Thank you!
Skeeter
March 1, 2017 at 5:28 pm #1391048
NicoModeratorHappy to hear that.
Feel free to ask us again.
Thanks.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1389712 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
