By Michel777 on Tuesday, 24 July 2018
Posted in General
Likes 0
Views 546
Votes 0
Hi,

I'd like to know how resize width of post (list / single) module. See attachmenst:

actual.png
should.pmg

Thanks a lot in advance !

Warm regards,

Michel
Hey there,

I just want to confirm with you that is it you want to resize the picture of the post only or resize the picture and the content of the post together?

Thank you.
·
Tuesday, 24 July 2018 10:49
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Irwin,

the whole content, not only the picture.

Warm regards,

Michel
·
Tuesday, 24 July 2018 12:31
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Michel,

Unfortunately, it is impossible to do it in the current setting in Backend.

But you can try apply my following CSS into your site backend > Easyblog > theme > custom CSS and see how it goes.


#eb .eb-entry-article {
width: 50%;
margin-left:auto;
margin-right:auto;
}


As a gentle reminder, please save your setting and clear your cache before you refresh your website.
·
Tuesday, 24 July 2018 13:27
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Irwin, thanks a lot !!
·
Tuesday, 24 July 2018 14:14
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Michel,

You are most welcome.

As a gentle reminder, kindly start a new thread if you have any other issue in the future so it will be easier for us to manage your inquiry. I will lock this thread.
·
Tuesday, 24 July 2018 14:23
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post