• Priority: 0
  • Status: Closed
  • Theme: Alysum
  • Assigned To: Fred
  • Private: No
  • Open Date: 06.10.20, 11:32
  • Opened by: Marco Arneodo
  • Closed by: Fred
  • Closed on: 04.11.20, 09:43
  • Reason: Closed
  • Comment: Glad to help!

Ticket #19356 - Hide colum/row Layout Builder

Hi, it’s possible hide a row in mobile version using the page builder ?(not AMP version)

Comments

Fred 06 Oct 2020, 12:22

you can add a specific class, for example “hide-1024” and add the following CSS

@media (max-width:1024px) {
.hide-1024 {display:none}
}