Get 10% OFF on Themes Bundle, Use Coupon Code GRC10 | Limited Time Offer! Buy Now

WordPress Website Templates

Find Professional WordPress themes Easy and Simple to Setup

Reply To: Box view Desktop and wide view Mobile

#10777
Grace Themes
Participant

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