Tagged: cornerstone
-
AuthorPosts
-
April 14, 2016 at 7:33 am #882101
Dear Support Team,
I am trying to fill two columns full-width, each with one block grid (containing 2 to 4 items in a row).
The achieved result is a row of buttons, without any gaps between them. Unfortunately the block grid always creates extra space to its right, instead of filling the whole column. No margins and paddings set. Any idea how to solve this?The individual block grid items stick together nicely, but I thought it might be helpful to provide the code I use:
href="http://www.harmsencommunication.com/" shape="square" size="regular" float="none" block="true" info="none" style=" text-shadow:none; background-color:#cbe8d5; border-color:#cbe8d5"]What?[/x_button]
Looking forward to finding a solution 🙂
April 14, 2016 at 1:58 pm #882887Hi there,
Thanks for writing in! Would you provide the exact URL where you are using this? Also provide a screenshot of what you are trying to accomplish.
Cheers!
April 15, 2016 at 2:19 am #883812This reply has been marked as private.April 15, 2016 at 8:44 am #884288Hi,
To make blockgrid fill the entire column, you can add this under Custom > CSS in the Customizer.
.x-block-grid.four-up>li { width: 25%; }
Hope that helps
April 15, 2016 at 11:38 pm #885254Many thanks! That worked all fine and the button bar is just as I wanted now.
Unless when opening the page with firefox 🙁 In this case, a black vertical line shows up, centered between the 2 columns/block grids. It is not visible in chrome or edge. Any idea why this happens and how to get the look right in firefox?
April 16, 2016 at 9:13 pm #886282Hey Alex,
Please try adding a width of 101% to your last button in the first column (add width: 101%; to the button’s style field). See attachment.
Thanks.
April 18, 2016 at 2:11 am #887645Yay! That’s it! Thank you so much 🙂
April 18, 2016 at 4:04 am #887827You’re most welcome 🙂
-
AuthorPosts