I know I can disable the mobile site by unchecking the ‘Responsive Site’ checkbox in General Layout…but is there any way to ONLY disable the responsive layout on mobile? When I uncheck the box, my desktop site is no longer responsive and distorts.
Credentials are below the cut.
Thanks in advance!
Anyone? *crickets* lol
Hi!
Please choose not to display responsive layout and then add following code to Quick CSS in Enfold theme options under General Styling tab
.container {
max-width: 1300px;
}
and adjust the value as needed :)
Cheers!
Yigit
Thank you, Yigit! You were a big help. I love when the answer is that simple haha :)