By Paul Murray on Friday, 16 October 2015
Posted in Technical Issues
Replies 3
Likes 0
Views 1.2K
Votes 0
Hi SI Team

You guys kindly helped me with this before:

http://stackideas.com/forums/text-formated-on-posts-justified-but-not-blog-list

As far as I can see that code is still in there.

/**

* Here, you can define your own custom.css file.

* This file will never be deleted.

*/


div#fd.eb .ebd-block[data-type="slideshare"] iframe {
width: 100% !important;
}


body div#fd.es .es-stream-content .blog-description img {

max-width: 190px !important;

}



#fd .es-profile .app-blog .blog-list li.blog-item .blog-image {

max-width: 190px !important;

}





div#fd.eb .eb-post-side+.eb-post-content {

text-align: justify;

}



div#fd.eb .eb-entry-related > div {

width: 33% !important;

}



#eblog-wrapper {

text-align: justify;

}



#eblog-wrapper .blog-text p {

-ms-word-break: keep-all;

word-break: keep-all;

-webkit-hyphens: none;

-moz-hyphens: none;

hyphens: none;

}



#ezblog-body .blog-text img, #ezblog-body .blog-content img {

max-width: 100%;

width: 800px;

height: auto;

}





#eblog-wrapper .social-button-small.linkedin-share {width: 105px;}



.bm-bann p {

text-align: center;

margin-top: 23px;

padding-bottom: 10px;

}



#bruce-bottom {

z-index: 6;

width: 500px;

height: 25px;

position: fixed;

bottom: 0;

left: 0;

}







#bm-bann {

z-index: 12;

width: 650px ;

margin: 0 auto ;

}





#bm-outer {

z-index: 12;

width: 650px ;

text-align: center;

}



#bm-inner {

display: inline-block;

}



@media (max-width: 768px) {

.customtop_banner_responsive img {

width: 75% !important;

height: 10% !important;

}



.custom_logo_responsive img {

width: 15% !important;

height: 10% !important;

margin-top: -92px;

margin-left: 45px;

}



.bm-bann {

margin-left: 72px;

margin-top: -114px;

}





}



.navbar-main li {

margin-bottom: 10px !important;

}



body div#fd.es .register-wrap {

width: auto;

}



body div#fd .btn-sm {

white-space: pre-line;

}



#section-kmt .kmt-control-user {

position: relative;

}



/* adjust the blog image from the user profile blog filter page */

body div#fd .teaser-image img {

width: 100% !important;

}

/* to fix legacy blog image width */
div#fd.eb .eb-post-body img {
width: 100%;
}


But no longer seems to work.

Here is the exact code in question

div#fd.eb .eb-post-side+.eb-post-content {
text-align: justify;
}


Could some one please have a look at this for me and get it to work again?

thanks in advance

Paul
Hi Paul,

I am really sorry for the delay of this reply. Can you try to apply the following css and see how it goes?
div#fd.eb .eb-post-body {
text-align: justify;
}
·
Friday, 16 October 2015 17:57
·
0 Likes
·
0 Votes
·
0 Comments
·
HiErzul

Sorry about the slow reply.
Yes that did the trick.

thanks as always

Paul
·
Tuesday, 20 October 2015 23:49
·
0 Likes
·
0 Votes
·
0 Comments
·
Not a problem Paul.
·
Wednesday, 21 October 2015 10:31
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post