Hi, as you can see here – http://screencast.com/t/EikPk7zLn7 – the icon isn’t aligned to the middle as it is on all other screen sizes. How can I fix that?
Thanks.
Hi bakbek!
Could you please provide a link to the site in question so that we can investigate?
Best regards,
Rikard
Hey DROR!
Thank you for the screenshot but we need to see the actual website. Please post the website url here.
Regards,
Ismael
Hi!
Please add following code to Quick CSS
@media only screen and (max-width: 480px) {
.hr-custom.hr-icon-yes .hr-inner {
width: 40%!important;
}}
Best regards,
Yigit
Thanks.