Startup Landing Article Not Full Page - Question | JoomShaper

Startup Landing Article Not Full Page

J

john146

Template 3 years ago

please look at https://www.cyberpulze.com/index.php/our-policies/acceptable-use-policy

the text/article does not cover the entire width of the page

How can I do this

Its is fine on a category list shown here

https://www.cyberpulze.com/index.php/our-policies

How do I make the article cover the entire page Thanks John

0
3 Answers
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 3 years ago #1371

Hi there!

You can use the following code to your custom CSS:

.article-details .col-md-8 {
    flex: 0 0 100%;
    max-width: 100%;
}

Note: 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.

https://prnt.sc/pu705g

https://prnt.sc/pu70zn

Hope this will solve the issue for you!

Best Regards

0
J
john146
Accepted Answer
3 years ago #1375

wonderfull Thanks!

John

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 3 years ago #10322

You are always welcome!

0