Joomla Articles Shown In Full With, How Can I Change To Smaller Width - Question | JoomShaper

Joomla Articles Shown In Full With, How Can I Change To Smaller Width

DZ

Doris Zahnleiter

Helix Framework 1 year ago

When I create a post in Joomla via Content/Article, then the article is displayed full width. How can display articles narrower centered.

I updated an older Website to J4 with many Articles and it is to much work to build them new in pagebuilder. The startpage is made with pagbuilder.

Temeplate: Gourmand

Example link in the attachment

0
11 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 year ago #101812

Ok in that case, you have to use this custom CSS

.article-details p{
  margin:0 auto !important;
}
0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 year ago #101078

Hi

Thanks for contacting us. Could you please give me a screenshot of your issue?

-Regards.

0
DZ
Doris Zahnleiter
Accepted Answer
1 year ago #101197

Pic 1: Text ist center because of yousing pagebuilder pic 2: old joomla articles are not centered. How can i do this?

https://abload.de/img/01ccf96.jpg

https://abload.de/img/02dlcv6.jpg

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 year ago #101331

Could you please explain it a bit more?

0
DZ
Doris Zahnleiter
Accepted Answer
1 year ago #101391

Hi, I made a Video with my problem. Its in hiden content

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 year ago #101448

Hi

Use this custom CSS

.article-details p {
    text-align:center;
    padding: 20px !important;
    width:1400px;
}

Path towards custom CSS: Extensions>Templates>Styles> Click on your current default template name then choose Template Options. Then find custom CSS within the custom code.

0
DZ
Doris Zahnleiter
Accepted Answer
1 year ago #101473

Hi,

cool, the width is now correct. The only thing is: I dont want the Lines centered, I want the hole Text-Block centered.

What is the css command?

Thanks for helping!

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 year ago #101629

Which line you are talking about?

https://prnt.sc/EPsbKKkZCdbc

0
DZ
Doris Zahnleiter
Accepted Answer
1 year ago #101715

OK;-) Again a Video

Thanks for helping

0
DZ
Doris Zahnleiter
Accepted Answer
1 year ago #101837

YES! Thanks for helping!

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 year ago #102015

Glad to know that. You are most welcome. You can now close this post by accepting the answer.

0