Hello can you please help me
my website isn't full screen after a certain screen size... It's centralized with big auto margins either side of the screen, the screen sizes it's happening on are 2560 x 1440
how can I fix this
Kind regards
ericriley Hi The template you are using is not from us and seems custom built on the T3 framework. About the width it is normal as the max width of site is 1170px you can use below code in custom css and set own width for scree size above 2000px
@media (min-width: 2000px){ .container { width: 1500px; }}