Article Width - Where I Can Change The Settings - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Article Width - Where I Can Change The Settings

DO

dennis ol

SP Page Builder 2 years ago

Hello everybody,

i use the Travus Template for my Site. So now i want to make som articles and i use the SP Page Builder to make it. the Problem is, that the content is so small in the article. How i can make it with more width? I tryed it with Fluid Row but this dont work.

https://ibb.co/DrSDfSd

https://oldenburg-reisen.ch/index.php/component/content/article/kroatien-vom-feigenbaum-und-einem-anfang?catid=9&Itemid=101

0
3 Answers
Pavel
Pavel
Accepted Answer
2 years ago #128525

Hi. I suppose there are no settings for this. This is a feature of the template from the box. You can use CSS to change the width of the article.

.view-article .container div[itemprop="articleBody"] {
    max-width: 1200px;
}
0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #128541

Hi

You can use this custom CSS here

Go to system--> https://prnt.sc/tDbSUJh6LiGu --> Default template-->Template options--> https://prnt.sc/A5nlsBvCQsqs And add your CSS there.

-Regards.

0
DO
dennis ol
Accepted Answer
2 years ago #128543

Thank you!

0