HU 2.0.1 - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

HU 2.0.1

Dmitry Goncharov

Dmitry Goncharov

Helix Framework 4 years ago

https://i.imgur.com/qgau4Hu.png

One column in a row is set to the value 10, not 12.

I rolled back to 2.0.0 and everything became normal.

0
11 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 4 years ago #29248

In case of you cannot wait you can use following Custom CSS:

@media (min-width: 1200px) { 
.view-article  .justify-content-center > .col-xl-10 {width: 100% !important;}
}
0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 4 years ago #29034

Hi

Could you please explain it more? Because I have this option.

https://prnt.sc/1qdq3wf

0
Dmitry Goncharov
Dmitry Goncharov
Accepted Answer
4 years ago #29041

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 4 years ago #29042

Indeed - but it's only for Article view: templates\shaper_helixultimate\html\com_content\article\default.php

I will ask our developer why it was added.

Anyway, by now you can change it manually.

0
Dmitry Goncharov
Dmitry Goncharov
Accepted Answer
4 years ago #29044

Does redefining the template work? So that the updates don't erase everything.

0
Dmitry Goncharov
Dmitry Goncharov
Accepted Answer
4 years ago #29047

Moreover, there is no such thing in version 2.0.0.

This is most likely a mistake.

0
D
Dieter
Accepted Answer
4 years ago #29053
0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 4 years ago #29105

I asked, and it wasn't a mistake. I received a reply "For better readability. Wide blog post is difficult to read" on huge screen.

But we may consider a small change there.

0
Dmitry Goncharov
Dmitry Goncharov
Accepted Answer
4 years ago #29107

Maybe make it possible to enable or disable such a setting in the template?

0
Pavel
Pavel
Accepted Answer
4 years ago #29110

Wide blog post is difficult to read" on huge screen.

Hi Paul. I think it must be left at the discretion of the user, since the Joomla article is not always a blog post. From this you can make a product card or Landing Page for example. Such restrictions in the template will make use of extra code to get rid of it.

And in any case, it is an incorrect technical decree. Proper technical solution is the use of max-width and margin: 0 auto; to article-details class. The global template grid should not be affected by such things. Because such things do not give the template to be universal. Different CSS methodologies talk about it and it is correct.

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 4 years ago #29139

Pavel, I agree with You.

That's why I talked with developer and he promised to change this - and make it as extra option.

0