Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1210153
    eywoaworld
    Participant

    Dear 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.

    #1210193
    Rupok
    Member

    Hi 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.

    #1211193
    eywoaworld
    Participant

    Hi 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

    #1211325
    Christopher
    Moderator

    Hi 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.

  • <script> jQuery(function($){ $("#no-reply-1210153 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>