End of Support for Joomla 3 - Forum closed
[SOLVED] after using customizer footer text align is left
- webmasterpusch
- Topic Author
- Visitor
- Thank you received: 0
after using customizer footer text align is left was created by webmasterpusch
Posted 9 years 5 months ago #8242
everytime i use the customizer and save the style the text align of the footer menu appear as left, but the code says still center. to fix that i have to copy fresh styles folder via ftp to joomla folder then it is again really center. is that a bug?
by webmasterpusch
Please Log in or Create an account to join the conversation.
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
Replied by joomlaplates on topic after using customizer footer text align is left
Posted 9 years 5 months ago #8244
Add this syntax to your file: css/custom.css
.submenu .uk-subnav {
display: inline-flex!important
}
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
by joomlaplates
Please Log in or Create an account to join the conversation.
- webmasterpusch
- Topic Author
- Visitor
- Thank you received: 0
Replied by webmasterpusch on topic after using customizer footer text align is left
Posted 9 years 5 months ago #8248
doesn´t work
see here puschner.prime-real.de
see here puschner.prime-real.de
by webmasterpusch
Please Log in or Create an account to join the conversation.
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
Replied by joomlaplates on topic after using customizer footer text align is left
Posted 9 years 5 months ago #8249
Dann benutzen sie bitte:
.uk-subnav {
display: inline-flex !important;
}
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
by joomlaplates
Please Log in or Create an account to join the conversation.
- webmasterpusch
- Topic Author
- Visitor
- Thank you received: 0
Replied by webmasterpusch on topic after using customizer footer text align is left
Posted 9 years 5 months ago #8250
zentriert ist es schon mal wieder, aber im gegensatz zum normalen Style red, ist die schriftfarbe der links nur bei Mouseover rot und ansonsten grau. Dadurch hebt sich das zu wenig von der hintergrundfarbe des footer ab. Gibt es dafür auch noch einen Trick um die schriftfarbe wieder auf rot zu bringen?
Vielen Dank für die schnelle und gute Hilfe
Vielen Dank für die schnelle und gute Hilfe
by webmasterpusch
Please Log in or Create an account to join the conversation.
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
Replied by joomlaplates on topic after using customizer footer text align is left
Posted 9 years 5 months ago #8251
Bitte inn die css/custom.css einfügen:
.uk-subnav > * > * {
color: #fff !important;
}
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
by joomlaplates
Please Log in or Create an account to join the conversation.
Moderators: joomlaplates