Hi, as you can see here – https://screencast.com/t/pApTpEPvWSoE – the separator icon is not aligned to the centre on mobile as it is on the desktop.
How can I fix this?
Hey DROR,
Add the following to quick css:
@media only screen and (max-width: 767px) {
.hr-custom{
overflow:visible!important;
width:120%!important;
}
}
Let me know if this works.
Best regards,
Jordan Shannon
Thanks!
Hi,
Great! If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon