How To Change Display Area In Article Page (Travus With Helix) - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

How To Change Display Area In Article Page (Travus With Helix)

S

Supinya

Template 2 years ago

I use Travus Template (come with Helix Framework). How can I expand the width of the content display area on the article (blog) page of the template? From the picture as attached, I want the content to be displayed in the entire area of the orange box.

My attached : https://drive.google.com/file/d/1BX0k-H0cKv0FPJfbdK-bhrhRgns4Avyd/view

Thank you.

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

Hi there!

Thanks for contacting us.

Please use the following code in your custom CSS:

.view-article #sp-main-body .container div[itemprop=articleBody] {
    max-width: 100%;
}

Here is all about custom code placement in Helix Ultimate framework: https://www.joomshaper.com/documentation/helix-framework/custom-code-css-js-meta

Hope it helps!

Best Regards

0
S
Supinya
Accepted Answer
2 years ago #138584

Dear Rashida Rahman,

It's work!!! Thank you for your kind support.

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 2 years ago #138659

Dear Supinya,

Glad that it helped and you are always welcome:)

Have a nice day!

0