How do I Change My Article To Full Layout? - Question | JoomShaper

How do I Change My Article To Full Layout?

S

Son

Template 10 months ago
0
20 Answers
Pavel
Pavel
Accepted Answer
10 months ago #177390

Hi.

What do you mean by the full layout of the article? Now you have such a layout.

  1. Component area - inside there is an article layout.
  2. The side panel of the template. This does not belong to the layout of the article, but belongs to the template layout.

What exactly do you want to make?

0
S
Son
Accepted Answer
10 months ago #177391

No Sir, it is "left-sidebar-top" and "left-sidebar-middle" in "Component area - inside there is an article layout". I don't want to show these two areas.

0
Pavel
Pavel
Accepted Answer
10 months ago #177393

I don't understand and your photos are not available

0
S
Son
Accepted Answer
10 months ago #177395

ok, i have fixed

0
Pavel
Pavel
Accepted Answer
10 months ago #177399

Now it’s clear. These are features of the template. You need to make an override of the article layout to get rid of this.

Try:

Dowload raw Helix Ultimate and copy from Helix_Ultimate\plugins\system\overrides this structure (folders and files)

to this folder via FTP

Should looks like this

0
S
Son
Accepted Answer
10 months ago #177401

IT IS NOT EASY FOR ME. THANK YOU VERY MUCH TOO! I CANNOT DO AS YOU INSTRUCTED

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 10 months ago #177400

If I may....

Maybe disable module that you have on the right side (right module position. Then article area will be wider to max container width (1320px)

OR

Try that Custom CSS:

.view-article #sp-main-body > .container {max-width: 99%;}

It will make container full width (max screen).

0
S
Son
Accepted Answer
10 months ago #177403

sorry, but it is not work

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 10 months ago #177404

It would be simpler if you can make mock-up, Create image & share link to image then we can think again.


CSS that I shared works, but I am not sure what you really need.

99_2024.gif


And if you have module on the right side, it's natural that it takes some space.

0
S
Son
Accepted Answer
10 months ago #177405

When i delete "left-sidebar-top" and "left-sidebar-middle". oh my page is error. And i think this theme looks a bit not optimized on mobile

0
S
Son
Accepted Answer
10 months ago #177406

if i can copy the same article format of this theme that would be great! https://www.joomshaper.com/joomla-templates/maxora

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 10 months ago #177430

But you never mentioned that you need changes in Mobile view , you only asked "How do I Change My Article To Full Layout? " , am I right. And besides it doesn't must be a BUG as you may think, but designer concept (evidence below with template.css styles), the same example as you have with your Phone Applications. However, unlike the look of the app on your phone, on the Joomla website you can change almost everything, adjusting it to your vision. It's a bit like building with Lego bricks, if you know what I mean.

info_2898_2024.gif


Spaces and font-size can be changed in just 4 lines of Custom CSS, if you think they are too big. Just use Code Inspector from your browser , check class name what you want to change and override that using your own @media style.

0
S
Son
Accepted Answer
10 months ago #177547

I think theme writers should optimize more

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 10 months ago #177432

Each template uses different overrides and CSS styles. In theory, you can copy from it. But it can be difficult for you if you are not an advanced Joomla webmaster.

0
Pavel
Pavel
Accepted Answer
10 months ago #177437

It would be simpler if you can make mock-up, Create image & share link to image then we can think again.

Hi Paul.

Son wants to get rid of these things and make an article full width of the component area, not full width of browser view. (As I understand it) The only way to solve this is to create override using files from raw Helix Ultimate

0
Pavel
Pavel
Accepted Answer
10 months ago #177438

IT IS NOT EASY FOR ME. THANK YOU VERY MUCH TOO! I CANNOT DO AS YOU INSTRUCTED

Hi Son.

If you carefully read my instructions, there is nothing complicated there. All you need is the copy/paste skills that any Windows/Mac user can do

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 10 months ago #177441

Thanks Pavel, you shared screenshot/mock-up - but he didn't so we both have to guess.

I think using Custom CSS, I should be also be able to reduce left side width:

@media screen and (min-width: 680px) {
.article-details-content-header > .row > .col-md-4.padding-none {width: 9%;}
.article-details-content-header > .row > .col-md-8.padding-none {width: 91%;}
}

After using it

info_2899_2024.gif

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 10 months ago #177442

As extra one, I would also use that

.article-details-top {padding-top: 30px;}

To get that smaller area:

info_2900_2024.gif

0
S
Son
Accepted Answer
10 months ago #177546

Thanks for your support!

0
S
Son
Accepted Answer
10 months ago #177545

Thank you very much, i have deleted one.

0