Please always enter the name of the template and the Joomla version and the live URL if available

[GELÖST] Modul Titel Design ändern im Template Schule

Replied by joomlaplates on topic Modul Titel Design ändern im Tamplate Schule

Posted 2 years 5 months ago #33741
Hallo, nun muss der Titel nach links verstzt werden.
Code:
.item-title h2 {padding-left: 20px; }
Last Edit:2 years 5 months ago by joomlaplates
Last edit: 2 years 5 months ago by joomlaplates.
The topic has been locked.

Replied by ckalisch on topic [GELÖST] Modul Titel Design ändern im Template Schule

Posted 2 years 5 months ago #33742
vielen Dank, es funktioniert

 
.item-title::before {
content: "";
display: inline-block;
position: relative;
top: calc(1.7 * 1em);
vertical-align: middle;
height: calc(4px + 0.7em);
margin-right: calc(5px + 0.2em);
border-left: calc(5px + 0.1em) solid #01978c; }

.item-title {
text-align: left !important; }

.item-title h2 {padding-left: 20px; }

Problem gelöst. Danke

Gruß
Christian
Last Edit:2 years 5 months ago by ckalisch
Last edit: 2 years 5 months ago by joomlaplates.
The topic has been locked.
Moderators: joomlaplates
Powered by Kunena Forum