Hi,
Is it possible to center [a little better] the icons that are used on separators when viewed on small screens?
Thank you
Sorry, this is the correct link
Hi,
Add the following to quick css:
@media only screen and (max-width:767px) {
.hr-custom.hr-icon-yes.hr-center .hr-inner {
width: 35% !important;
}
}
Best regards,
Jordan Shannon