- Posts: 11
COMMUNITY FORUM
Ausrichtung Artikelbild
- ANDweb
-
Topic Author
- Offline
- New Member
Less
More
4 years 4 months ago - 4 years 4 months ago #177609
by ANDweb
Ausrichtung Artikelbild was created by ANDweb
Guten Morgen,
vielleicht zu früh für mich, aber ich finde den Fehler nicht.
www.zgdv.de/newsletter/item/3-neues-forum-in-planung
Ich habe für die Seite eine eigene Vorlage/override erstellt. Was ich aber nicht hinbekomme ist:
Der Artikeltext sollte das Bild mit "text-align: left" umlaufen. Er macht es nicht, auch wenn ich dem fulltext das zuweise.
Wie kann ich in der Übersicht kleine Bilder links vom Artikel (in meinem Fall der beiden untergeordneten Beiträge) einblenden?
www.zgdv.de/newsletter/
LG
vielleicht zu früh für mich, aber ich finde den Fehler nicht.
www.zgdv.de/newsletter/item/3-neues-forum-in-planung
Ich habe für die Seite eine eigene Vorlage/override erstellt. Was ich aber nicht hinbekomme ist:
Der Artikeltext sollte das Bild mit "text-align: left" umlaufen. Er macht es nicht, auch wenn ich dem fulltext das zuweise.
Wie kann ich in der Übersicht kleine Bilder links vom Artikel (in meinem Fall der beiden untergeordneten Beiträge) einblenden?
www.zgdv.de/newsletter/
LG
Last edit: 4 years 4 months ago by ANDweb. Reason: Änderung der Fragestellung, ein "Fehler" konnte selbst behoben werden
Please Log in or Create an account to join the conversation.
- JoomlaWorks
-
- Offline
- Admin
Less
More
- Posts: 6227
4 years 4 months ago #177657
by JoomlaWorks
Replied by JoomlaWorks on topic Ausrichtung Artikelbild
You need to override the image container's CSS styles: jmp.sh/kJlooD8
This float:right takes precedence over any align property on the image it contains. Since K2's CSS file is loaded before your site's, you can simply override any CSS rule defined in it.
This float:right takes precedence over any align property on the image it contains. Since K2's CSS file is loaded before your site's, you can simply override any CSS rule defined in it.
Please Log in or Create an account to join the conversation.
- JoomlaWorks
-
- Offline
- Admin
Less
More
- Posts: 6227
4 years 4 months ago #177658
by JoomlaWorks
Replied by JoomlaWorks on topic Ausrichtung Artikelbild
E.g. like so: jmp.sh/reiJaB4
I simply updated the original rule with float:left and a different margin value.
I simply updated the original rule with float:left and a different margin value.
Please Log in or Create an account to join the conversation.
- ANDweb
-
Topic Author
- Offline
- New Member
Less
More
- Posts: 11
4 years 4 months ago #177668
by ANDweb
Replied by ANDweb on topic Ausrichtung Artikelbild
thx alot Fotis!
I have now found a solution that works for me!
Regards, Uli
I have now found a solution that works for me!
Regards, Uli
Please Log in or Create an account to join the conversation.
- JoomlaWorks
-
- Offline
- Admin
Less
More
- Posts: 6227
4 years 4 months ago #177671
by JoomlaWorks
Replied by JoomlaWorks on topic Ausrichtung Artikelbild
Great :)
Please Log in or Create an account to join the conversation.