Quote from
luishp on October 30, 2019, 7:11 pm
@asmat, just apply a CSS class like this one:
.myclass{
width:85px!important;
height:62px!important;
top:0px!important;
bottom:0px!important;
left:0px!important;
right:0px!important;
margin:auto!important;
}
First two lines are to fix sizing and the rest for repositioning on center.
Sample attached.
@asmat, just apply a CSS class like this one:
.myclass{
width:85px!important;
height:62px!important;
top:0px!important;
bottom:0px!important;
left:0px!important;
right:0px!important;
margin:auto!important;
}
First two lines are to fix sizing and the rest for repositioning on center.
Sample attached.
asmat and Samuel Vanneste have reacted to this post.