The table below lists the major components of the seated widget and what they do.
Dynamic Changes based on screen width
If you inspect the default CSS for your widget, at the bottom there are three blocks of code that start with “@media screen”. These sections automatically adjust the positioning of the widget components based on the width of the screen, so your listings look good whether a fan is buying a ticket on a laptop, tablet, or mobile phone.
When making custom changes to your style, it is important to ensure your style works on mobile as well as computer screens since most fans will be buying tickets on their phones.
For some examples of custom styling your widget, please see this article.