HU 2.0.4 - Problem With Article Intro Image - Question | JoomShaper

HU 2.0.4 - Problem With Article Intro Image

IP

Ian Proffer

Helix Framework 2 years ago

Since the update to Helix Ultimate 2.x, articles that have intro images no longer allow text from the article to the right of the image - instead, all article text is forced to appear starting under the image. Changing the "Image Float" option from the Images and Links tab has no affect.

In pre 2.x versions of HU, the article text starts immediately to the right of the image if "float left" is selected (this is the way we want it to behave).

See example of how it works on HU 1.x here: https://acmeware.com/events See example of how it looks on HU 2.0.4 here: https://staging.acmeware.com/events

0
3 Answers
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 2 years ago #33343

Hello Ian Proffer

Please use this CSS to Template Options -> Custom Code -> Custom CSS

.article-list .article .article-intro-image{
    float: left !important;
}

Best regards

0
IP
Ian Proffer
Accepted Answer
2 years ago #33464

Thank you Ofi, that's fixed it. I have a question: I tried the same CSS code directly in the custom.css file (in the template editor, under \css) and it had no effect. Why does it work in the template options Custom Code area, but not directly in the file? Which spot takes precedence for adding custom CSS?

0
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 2 years ago #33506

I am not sure about it. But you should never touch template.css. It is overridden every time a new update releases. Always use the Custom CSS option.

0