How to Reduce That Gap from two side in mobile

Posted in: Newspaper
Post count: 9

Please see the screenshot. I just want to make these gap zero.

  • This topic was modified 9 years by hkhasib.
Post count: 23312

Hello hkhasib,

First of all, please try to disable all your untested plugins, leave just Visual Composer to active, clear all your caches and install only the plugins that come bundled with the theme and rule out any conflicting plugins. As a quick solution, you should use the code below and place it in Theme panel->Custom CSS area.

@media (max-width: 767px){
.td-container {
padding-left: 0!important;
padding-right: 0!important;
}

The result you should see here -> http://screencast.com/t/M1xvtqGqUe2N

Thaks for your understanding!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.