billybatz9
Active member
I want there to be a responsive design for mobile users and tablet users, but I also want there to be a fixed with when being viewed on computers. Can I accomplish this>? (like xenforo forum has)
Right now I have ...
width: 1050px;
margin: 0 auto;
in the body additional css and it gives me a fixed with on desktop users, but it messes up the responsive design. Is there a way I can make the code to only display that width for desktop users?
Right now I have ...
width: 1050px;
margin: 0 auto;
in the body additional css and it gives me a fixed with on desktop users, but it messes up the responsive design. Is there a way I can make the code to only display that width for desktop users?