Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1095529
    Brent-St
    Participant

    Hi,

    I have a three columns row set up using visual composer.

    The column on the farthest left under “Our Mission” at http://command-shift.com/callinex/ need to have the margins reduced. The client us unhappy with the way the text seemes “Squished” and feels that there are too many lines of text. They do however wish to keep the font the same size.

    How can i reduce the margin for only that column?

    thanks,

    Brent

    #1095532
    Brent-St
    Participant
    This reply has been marked as private.
    #1095702
    Jade
    Moderator

    Hi Brent,

    You can add this under Custom > CSS in the Customizer.

    .home #x-content-band-1 .x-column:nth-child(3) {
        width: 15%;
    }
    
    .home #x-content-band-1 .x-column:nth-child(4) {
        width: 28%;
    }

    Hope this helps.

    #1095966
    Brent-St
    Participant

    that is great!!

    thanks for the help

    #1096095
    Nico
    Moderator

    Happy to hear that.

    Feel free to ask us again.

    Thanks.

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