Reply To: Box view Desktop and wide view Mobile August 13, 2018 at 6:47 am #10777 Grace ThemesMember Hi, To display wide view of website in mobile version, add below css code in Appearance – Theme options -> Basic Settings -> Custom CSS @media screen and (max-width:767px) { .boxlayout{ margin:0 !important; } } Regards Grace Themes