Tagged: x
-
AuthorPosts
-
October 10, 2016 at 11:38 am #1210153
eywoaworldParticipantDear X
My home page http://www.eywoa.com
Could you tell me How to have bigger box in the first row (the first line for the sports), image in background for each sports and a bit of margin as well.
Also how can i have all 9 boxes the same size?
I can t manage to align or float center mail chimp.October 10, 2016 at 12:20 pm #1210193
RupokMemberHi there,
You can add a custom class (say my-box) to each of your column and add this CSS :
.x-section .x-column.my-box{ display: inline-block; min-height: 350px; }Hope this helps.
October 11, 2016 at 4:50 am #1211193
eywoaworldParticipantHi X
I have tried on the first row but it does not seems to be working.
Can i also do maximum height?
Thank you.
Regards
October 11, 2016 at 7:03 am #1211325
ChristopherModeratorHi there,
To adjust column’s height it’s not recommend to use max-height or height properties as they break responsive layout.
To adjust the height, add top and bottom padding to columns.
Add following code :.my-box { padding-top: 50px !important; padding-bottom: 50px !important; }Hope it helps.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1210153 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
