Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1235828
    yhshin1020
    Participant

    Hey,

    I want to add coloured boxes (something like the picture below) around each of the column, separated by a small gap, on my website.

    Could you help me out?

    Thank you.

    #1235831
    yhshin1020
    Participant
    This reply has been marked as private.
    #1235866
    Thai
    Moderator

    Hi There,

    Please add the following CSS under Customizer > Custom > Global CSS:

    .page-id-26 #x-content-band-2 .x-column {
        border: 4px solid #f0f0f0 !important;
    }
    @media (min-width: 768px){
        .page-id-26 #x-content-band-2 .x-column {
            border: 4px solid #f0f0f0 !important;
            margin: 0 15px !important;
            float: left;
            width: calc( 33.33333% - 30px );
        }
        .page-id-26 #x-content-band-2 .x-column:last-child {
            margin-right: 0 !important;
        }
    }
    @media (max-width: 767px){
        .page-id-26 #x-content-band-2 .x-column {
            margin-bottom: 15px;
        }
        .page-id-26 #x-content-band-2 .x-column:last-child {
            margin-bottom: 0;
        }
    }

    http://i.imgur.com/Ow0yrDc.png

    Hope it helps 🙂

    #1236550
    yhshin1020
    Participant
    This reply has been marked as private.
    #1236554
    Thai
    Moderator

    If you need anything else please let us know.

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