Hello,

I would like know if is possible center the box of second row on the component S5 Masonry (05 Nuestros Servicios)

Attached a image: http://prntscr.com/1035re9

Thank you for your help.

    Hi diermava,

    If this section shows only 4 items and has current layout, you can use the following CSS code in the style.css file or Dashboard > customize > Additional CSS.

    #s5_masondisplay_container .item:nth-child(4) {
        right: 0;
        margin: 0 auto;
    }
    Write a Reply...
    You need to Login to view replies.