Featured Properties Full bleed: Center Content
Anonymous
css
09/02/2023 12:22 AM
476 B
28
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...