Long article problem in bootstrap responsive












0















While i was coding simple a website,a problem appeared
problem is that i want to write a long article without space by using bootstrap(responsive) but i guess bootstrap has a bug. i divided it into 3 div, 1- left div 2-middle div 3 - right div.When i write a long article in middle div, it overflow to right div.However,if i write with space i don't have a problem. How can i solve this problem?



You can see photos
Div part:



enter image description here



code part:



enter image description here



<!DOCTYPE html>














<body>

<header>
<!-- Ust Kısım -->
<div class="container-fluid">
<div class="row">
<div class="col-2">
<img class="img-fluid" width="125" height="50" src="logo2.png"/>
</div>
<div id="arama_cubugu" class="col-4">
<form>
<div class="form-group">
<input class="form-control" id="inputdefault" type="text">
</div>
</form>
</div>
<div id="arama_buton" class="col-2">
<button type="button" class="btn btn-warning">Hemen Ara</button>
</div>
<div id="sag_ust_giris" class="col-4">
Giriş Yap
</div>
</div>
<hr/>
</div>
</header>
<!-- İçerik kısmı -->
<div class="container-fluid">

<div class="row">
<!-- SOL KISIM -->
<div id="sol" class="col-2">
Sol deneme
</div>
<!-- ORTA KISIM -->
<div id="orta" class="col-6">
<div class="container">
<!-- Orta kısım üst alanı -->
<div class="row">
<div class="col-4">
BEĞEN / BEĞENME
</div>
<div class="col-8">
Paylaşan KROOXXPİİSWWQ_R
</div>
</div>
<!-- Web Adı -->
<div class="row">
<div class="col-8">
www.gogle.com
</div>
<div class="col-4">
</div>
</div>
<!-- Web Description -->
<div class="row">
<div class="col">
Deneme Deneme Deneme DenemeDeneme DenemeDeneme DenemeDeneme DenemeDeneme DenemeDeneme Deneme Deneme Deneme

</div>
</div>
</div>
</div>
<!-- YORUM DİVİ -->
<div id="yorum" class="col-4">
<div class="container">
<div class="row">
<!-- Kullanıcı_adı -->
<div class="col-4">
Hakan
</div>
<div class="col-8">
</div>
</div>

<div class="row">
<!-- Yorum -->
<div class="col-12">
çok iyi çok güzel çookçok iyi çok güzel çookçok iyi çok güzel çookçok iyi çok güzel çookçok iyi çok güzel çookçok iyi çok güzel çook
</div>
</div>
<div class="row">
<div class="col-2">
</div>
<!-- Yorum etiket -->
<div class="col-10">
#matematik #problemler
</div>
</div>
</div>
</div>
</div>


</div>


</body>











share|improve this question

























  • please add your code as text to the question

    – bunbun
    Nov 24 '18 at 2:15











  • w3schools.com/cssref/css3_pr_word-break.asp Try using CSS word-break: break-all or break-word on the text

    – Rustyjim
    Nov 25 '18 at 21:23











  • share your code code please

    – shaghayegh sheykholeslami
    Nov 26 '18 at 7:55
















0















While i was coding simple a website,a problem appeared
problem is that i want to write a long article without space by using bootstrap(responsive) but i guess bootstrap has a bug. i divided it into 3 div, 1- left div 2-middle div 3 - right div.When i write a long article in middle div, it overflow to right div.However,if i write with space i don't have a problem. How can i solve this problem?



You can see photos
Div part:



enter image description here



code part:



enter image description here



<!DOCTYPE html>














<body>

<header>
<!-- Ust Kısım -->
<div class="container-fluid">
<div class="row">
<div class="col-2">
<img class="img-fluid" width="125" height="50" src="logo2.png"/>
</div>
<div id="arama_cubugu" class="col-4">
<form>
<div class="form-group">
<input class="form-control" id="inputdefault" type="text">
</div>
</form>
</div>
<div id="arama_buton" class="col-2">
<button type="button" class="btn btn-warning">Hemen Ara</button>
</div>
<div id="sag_ust_giris" class="col-4">
Giriş Yap
</div>
</div>
<hr/>
</div>
</header>
<!-- İçerik kısmı -->
<div class="container-fluid">

<div class="row">
<!-- SOL KISIM -->
<div id="sol" class="col-2">
Sol deneme
</div>
<!-- ORTA KISIM -->
<div id="orta" class="col-6">
<div class="container">
<!-- Orta kısım üst alanı -->
<div class="row">
<div class="col-4">
BEĞEN / BEĞENME
</div>
<div class="col-8">
Paylaşan KROOXXPİİSWWQ_R
</div>
</div>
<!-- Web Adı -->
<div class="row">
<div class="col-8">
www.gogle.com
</div>
<div class="col-4">
</div>
</div>
<!-- Web Description -->
<div class="row">
<div class="col">
Deneme Deneme Deneme DenemeDeneme DenemeDeneme DenemeDeneme DenemeDeneme DenemeDeneme Deneme Deneme Deneme

</div>
</div>
</div>
</div>
<!-- YORUM DİVİ -->
<div id="yorum" class="col-4">
<div class="container">
<div class="row">
<!-- Kullanıcı_adı -->
<div class="col-4">
Hakan
</div>
<div class="col-8">
</div>
</div>

<div class="row">
<!-- Yorum -->
<div class="col-12">
çok iyi çok güzel çookçok iyi çok güzel çookçok iyi çok güzel çookçok iyi çok güzel çookçok iyi çok güzel çookçok iyi çok güzel çook
</div>
</div>
<div class="row">
<div class="col-2">
</div>
<!-- Yorum etiket -->
<div class="col-10">
#matematik #problemler
</div>
</div>
</div>
</div>
</div>


</div>


</body>











share|improve this question

























  • please add your code as text to the question

    – bunbun
    Nov 24 '18 at 2:15











  • w3schools.com/cssref/css3_pr_word-break.asp Try using CSS word-break: break-all or break-word on the text

    – Rustyjim
    Nov 25 '18 at 21:23











  • share your code code please

    – shaghayegh sheykholeslami
    Nov 26 '18 at 7:55














0












0








0








While i was coding simple a website,a problem appeared
problem is that i want to write a long article without space by using bootstrap(responsive) but i guess bootstrap has a bug. i divided it into 3 div, 1- left div 2-middle div 3 - right div.When i write a long article in middle div, it overflow to right div.However,if i write with space i don't have a problem. How can i solve this problem?



You can see photos
Div part:



enter image description here



code part:



enter image description here



<!DOCTYPE html>














<body>

<header>
<!-- Ust Kısım -->
<div class="container-fluid">
<div class="row">
<div class="col-2">
<img class="img-fluid" width="125" height="50" src="logo2.png"/>
</div>
<div id="arama_cubugu" class="col-4">
<form>
<div class="form-group">
<input class="form-control" id="inputdefault" type="text">
</div>
</form>
</div>
<div id="arama_buton" class="col-2">
<button type="button" class="btn btn-warning">Hemen Ara</button>
</div>
<div id="sag_ust_giris" class="col-4">
Giriş Yap
</div>
</div>
<hr/>
</div>
</header>
<!-- İçerik kısmı -->
<div class="container-fluid">

<div class="row">
<!-- SOL KISIM -->
<div id="sol" class="col-2">
Sol deneme
</div>
<!-- ORTA KISIM -->
<div id="orta" class="col-6">
<div class="container">
<!-- Orta kısım üst alanı -->
<div class="row">
<div class="col-4">
BEĞEN / BEĞENME
</div>
<div class="col-8">
Paylaşan KROOXXPİİSWWQ_R
</div>
</div>
<!-- Web Adı -->
<div class="row">
<div class="col-8">
www.gogle.com
</div>
<div class="col-4">
</div>
</div>
<!-- Web Description -->
<div class="row">
<div class="col">
Deneme Deneme Deneme DenemeDeneme DenemeDeneme DenemeDeneme DenemeDeneme DenemeDeneme Deneme Deneme Deneme

</div>
</div>
</div>
</div>
<!-- YORUM DİVİ -->
<div id="yorum" class="col-4">
<div class="container">
<div class="row">
<!-- Kullanıcı_adı -->
<div class="col-4">
Hakan
</div>
<div class="col-8">
</div>
</div>

<div class="row">
<!-- Yorum -->
<div class="col-12">
çok iyi çok güzel çookçok iyi çok güzel çookçok iyi çok güzel çookçok iyi çok güzel çookçok iyi çok güzel çookçok iyi çok güzel çook
</div>
</div>
<div class="row">
<div class="col-2">
</div>
<!-- Yorum etiket -->
<div class="col-10">
#matematik #problemler
</div>
</div>
</div>
</div>
</div>


</div>


</body>











share|improve this question
















While i was coding simple a website,a problem appeared
problem is that i want to write a long article without space by using bootstrap(responsive) but i guess bootstrap has a bug. i divided it into 3 div, 1- left div 2-middle div 3 - right div.When i write a long article in middle div, it overflow to right div.However,if i write with space i don't have a problem. How can i solve this problem?



You can see photos
Div part:



enter image description here



code part:



enter image description here



<!DOCTYPE html>














<body>

<header>
<!-- Ust Kısım -->
<div class="container-fluid">
<div class="row">
<div class="col-2">
<img class="img-fluid" width="125" height="50" src="logo2.png"/>
</div>
<div id="arama_cubugu" class="col-4">
<form>
<div class="form-group">
<input class="form-control" id="inputdefault" type="text">
</div>
</form>
</div>
<div id="arama_buton" class="col-2">
<button type="button" class="btn btn-warning">Hemen Ara</button>
</div>
<div id="sag_ust_giris" class="col-4">
Giriş Yap
</div>
</div>
<hr/>
</div>
</header>
<!-- İçerik kısmı -->
<div class="container-fluid">

<div class="row">
<!-- SOL KISIM -->
<div id="sol" class="col-2">
Sol deneme
</div>
<!-- ORTA KISIM -->
<div id="orta" class="col-6">
<div class="container">
<!-- Orta kısım üst alanı -->
<div class="row">
<div class="col-4">
BEĞEN / BEĞENME
</div>
<div class="col-8">
Paylaşan KROOXXPİİSWWQ_R
</div>
</div>
<!-- Web Adı -->
<div class="row">
<div class="col-8">
www.gogle.com
</div>
<div class="col-4">
</div>
</div>
<!-- Web Description -->
<div class="row">
<div class="col">
Deneme Deneme Deneme DenemeDeneme DenemeDeneme DenemeDeneme DenemeDeneme DenemeDeneme Deneme Deneme Deneme

</div>
</div>
</div>
</div>
<!-- YORUM DİVİ -->
<div id="yorum" class="col-4">
<div class="container">
<div class="row">
<!-- Kullanıcı_adı -->
<div class="col-4">
Hakan
</div>
<div class="col-8">
</div>
</div>

<div class="row">
<!-- Yorum -->
<div class="col-12">
çok iyi çok güzel çookçok iyi çok güzel çookçok iyi çok güzel çookçok iyi çok güzel çookçok iyi çok güzel çookçok iyi çok güzel çook
</div>
</div>
<div class="row">
<div class="col-2">
</div>
<!-- Yorum etiket -->
<div class="col-10">
#matematik #problemler
</div>
</div>
</div>
</div>
</div>


</div>


</body>








twitter-bootstrap bootstrap-4






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Nov 27 '18 at 2:42







Alper Özdağ

















asked Nov 24 '18 at 2:07









Alper ÖzdağAlper Özdağ

12




12













  • please add your code as text to the question

    – bunbun
    Nov 24 '18 at 2:15











  • w3schools.com/cssref/css3_pr_word-break.asp Try using CSS word-break: break-all or break-word on the text

    – Rustyjim
    Nov 25 '18 at 21:23











  • share your code code please

    – shaghayegh sheykholeslami
    Nov 26 '18 at 7:55



















  • please add your code as text to the question

    – bunbun
    Nov 24 '18 at 2:15











  • w3schools.com/cssref/css3_pr_word-break.asp Try using CSS word-break: break-all or break-word on the text

    – Rustyjim
    Nov 25 '18 at 21:23











  • share your code code please

    – shaghayegh sheykholeslami
    Nov 26 '18 at 7:55

















please add your code as text to the question

– bunbun
Nov 24 '18 at 2:15





please add your code as text to the question

– bunbun
Nov 24 '18 at 2:15













w3schools.com/cssref/css3_pr_word-break.asp Try using CSS word-break: break-all or break-word on the text

– Rustyjim
Nov 25 '18 at 21:23





w3schools.com/cssref/css3_pr_word-break.asp Try using CSS word-break: break-all or break-word on the text

– Rustyjim
Nov 25 '18 at 21:23













share your code code please

– shaghayegh sheykholeslami
Nov 26 '18 at 7:55





share your code code please

– shaghayegh sheykholeslami
Nov 26 '18 at 7:55












0






active

oldest

votes











Your Answer






StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");

StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53454606%2flong-article-problem-in-bootstrap-responsive%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes
















draft saved

draft discarded




















































Thanks for contributing an answer to Stack Overflow!


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53454606%2flong-article-problem-in-bootstrap-responsive%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

To store a contact into the json file from server.js file using a class in NodeJS

Redirect URL with Chrome Remote Debugging Android Devices

Dieringhausen