Can you tell me what code I could add to Custom.CSS to remove the Whitespace Horizontal Rulers on a mobile device? When viewed on a phone the Whitespace rulers seem to add way too much spacing, I would like to be able to either remove them or adjust the size to eliminate a lot of the space.
Thank You.
Hey D5WDesignGroup!
Please add following code to Quick CSS in Enfold theme options under Styling tab
@media only screen and (max-width: 480px) {
.hr-invisible { display: none; }}
Regards,
Yigit
Thank you very much!