html - Bootstrap v3.3.0 Columns Too Wide -
I've really been disappointed about this issue, have searched many options, no one does the work, and Have more thoughts about it in the heart.
There is a website in question.
Here, I have a lot of problems in getting columns on the mobile. Yes, they are being properly piled up, however, it is not certain what is it because it is very widespread.
Below is a direct snippet of code in the area in the question. Classes to change the background color are only background-color: # D8D8D8;
.
& lt; Section square = "statistics" & gt; & Lt; Div class = "container-liquid" & gt; & Lt; Div class = "line-fluid" & gt; & Lt; Div class = "col-md-4" align = "center" & gt; & Lt; Span class = "fa-stack fa-4x" & gt; & Lt; I class = "fa-fa-circle fa-stack-2x turquoise" & gt; & Lt; / I & gt; & Lt; I class = "fa fa-code fa-stack-1x fa-inversion" & gt; & Lt; / I & gt; & Lt; / Span & gt; & Lt; H2 & gt; Business coding & lt; / H2 & gt; & Lt; Span class = "text-muted" & gt; & Lt; P & gt; A team of experienced web developers is ready to provide you the best quality code for you & lt; P & gt; Each & lt; / P & gt; And & lt; B & gt; Each & lt; / B & gt; time. & Lt; / P & gt; & Lt; / Span & gt; & Lt; / Div & gt; & Lt; Div class = "col-md-4" align = "center" & gt; & Lt; Span class = "fa-stack fa-4x" & gt; & Lt; I class = "fa-fa-circle fa-stack-2x turquoise" & gt; & Lt; / I & gt; & Lt; I class = "fa-fo-bolt fa-stack-1x fa-inversion" & gt; & Lt; / I & gt; & Lt; / Span & gt; & Lt; H2 & gt; Dedicated team & lt; / H2 & gt; & Lt; Span class = "text-muted" & gt; & Lt; P & gt; Nothing is right, even so, our dedicated team is ready to help you even when you need it, even if it means time to dismiss it. & Lt; / P & gt; & Lt; / Span & gt; & Lt; / Div & gt; & Lt; Div class = "col-md-4" align = "center" & gt; & Lt; Span class = "fa-stack fa-4x" & gt; & Lt; I class = "fa-fa-circle fa-stack-2x turquoise" & gt; & Lt; / I & gt; & Lt; I class = "fa-fa-mobile fa-stack-1x fa-inversion" & gt; & Lt; / I & gt; & Lt; / Span & gt; & Lt; H2 & gt; Mobile compatible & lt; / H2 & gt; & Lt; Span class = "text-muted" & gt; & Lt; P & gt; We know new trends of websites, meeting popular demand, by default our websites look good on any device on any device. Even this website. & Lt; / P & gt; & Lt; / Span & gt; & Lt; / Div & gt; & Lt; / Div & gt; & Lt; / Div & gt;
I openly allow you to view the page source of the website.
Thanks for any help; My dull mind is suffering. :)
Your minimum-width 960px is at your
. Section
Removing it will solve many things. If you do not want to stretch your content to the full width of the window, instead a max-width: 960px; Use
. Otherwise, simply remove minimum 960px
Remove .ro-fluid
and use .row
.
Remove align = "center"
that old item
use .text-centre
parents of that content Use the .center-block
on any block elements (such as .img-liability
) on which you want to focus.
Comments
Post a Comment