• Resolved Andrea Scarfo’

    (@andreascarfo)


    I guess that displaying every registration as a div block make the page a little mess.

    I found a solution adding this css code al the backend

    .seatreg-registrations .mb-4 {
      display: block ruby;
    }
    .seatreg-registrations .mb-4 > * {
      margin-right: 0.5rem;
    }

    This way it looks a little more familiar with table of contents in WordPress.

    Please check if this can be a way to go.

    Hope this can help the SeatReg team

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author thesiim

    (@thesiim)

    Do me the welcome page looks just fine. What size of screen are you using?

    Thread Starter Andrea Scarfo’

    (@andreascarfo)

    It’s not related to size of display: I use a 27″ desktop and a 15,6″ laptop.

    In my opinion its a question of UI/UX: Table view is much more friendly.

    Plugin Author thesiim

    (@thesiim)

    I guess it’s a matter of taste. I think that the current layout is fine. I will not implement any changes at the time.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Admin: welcome page’ is closed to new replies.