Hi
I’m getting ready to launch late this week or next week. I’m testing on iPhone and iPad and round that the custom short horizontal rulers I used within a column are not equal and/or centered.
Please have a look here at these example pages:
silviafindings.wpengine.com/
silviafindings.wpengine.com/about
Can you please tell me how to fix these?
Thank you
Lyse
Hey
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
@media only screen and (max-width: 767px) {
.hr-custom.hr-icon-yes .hr-inner {
width: 45%!important;
}}
Best regards,
Yigit
Hi Yigit,
That fixed the problem.
Thank you so much for the quick response.
Lyse