I have a Wordpress website to do maintenance and I am facing a responsive problem. I have 2 columns, "main content" and "sidebar":
<div class="col-md-12 col-xs-12">
<div class="row">
<div class="col-md-9 col-xs-12 col-sm-12 content">
<!-- CONTEÚDO PRINCIPAL -->
</div>
<div class="col-md-3 sidebar">
<!-- CONTEÚDO SIDEBAR -->
</div>
</div> <!-- .row -->
</div> <!-- .col- -->
The problem is that when the resolution is less than the div of the main content continues with 9 it looks like it does not fill full width
. For you guys take a look link ... The texts should fill the width, like the 3 top banners and the titles of the posts. / p>
I THINK THAT THE PROBLEM IS IN% WITH% WHEN WHEN I DISABLED THE .row
IN THE ELEMENT INSPECTOR, IT SEEMS THAT IT IS FULL ...
I've tried everything, but nothing works. I am very late with the term of this site because of this "error"