Featured Properties Full bleed: Center Content
unknown
css
2 years ago
357 B
16
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*/Editor is loading...