Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #245690

    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.

    #246070

    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

    #246160

    Thank you very much!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Can I eliminate Whitespace Horizontal Rulers on a mobile device?’ is closed to new replies.