Featured Properties Full bleed: Center Content

mail@pastecode.io avatar
unknown
css
a year ago
357 B
1
Indexable
/*START - make the content center*/

div.item{

    padding: 250px 104px 24px!important;

    div:not(.info-label),div.item a{

        right: unset!important;

        place-self: center!important;

        text-align: center;

    }

    a{

        right: unset!important;

        margin:20px auto!important;

    }

}

/*END - make the content center*/