Home Forums Basel support forum Hide row on mobile device

Hide row on mobile device

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #61881

    Dave1983
    Participant

    Hi there, is there a class I can add to a row to stop it from appearing on a mobile device?

    Best regards

    Dave

    #61892

    Hello,

    If you enter editing mode of a row you will see the filed for class or ID, insert there any keyword, and add the CSS to Theme Settings > Custom CSS > Mobile CSS:

    .keyword{
    display:none;
    }

    This is an example.

    I would recommend you hide columns inside the row. They have the option:

    1. http://prntscr.com/j4fho7
    2. http://prntscr.com/j4fio2

    Best Regards

Viewing 2 posts - 1 through 2 (of 2 total)