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

    Hi,

    I would like to know how to customize an HR tag for Smartphones and tablets, I would like to reduce the size. Or maybe even to hide it…

    thanks

    #474890

    Hey albertoty!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 480px) {
    .hr { display: none !important; }}

    If you point out the changes you would like to make, we can provide you a more accurate custom CSS code

    Regards,
    Yigit

    #480556

    I thought that I answered before, thanks for the info, very helpful!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Customize an HR tag for Smartphones and tablets,’ is closed to new replies.