Tagged: responsiveness, separator
Hello. This works fine until you get down to smaller orientations like iPhone (landscape). See example here
Thank you,
Ryan
Hey Ryan!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 580px) {
.page-id-32 .avia-builder-el-4 .hr-inner.inner-border-av-border-thin {
width: 45%!important;
}}
Regards,
Yigit
Awesome support. Thank you!