entrys in 2 rows
3 years 11 months ago #59146
by mhd12355
Replied by mhd12355 on topic entrys in 2 rows
sorry the URL has change to:
2021.beamtenberatung.info
Please Log in or Create an account to join the conversation.
3 years 11 months ago - 3 years 11 months ago #59149
by ced1870
This is a custom css request, not really something related to the Maximenu CK module
you can change the code by this one
Joomlack Webmaster and Developer
Replied by ced1870 on topic entrys in 2 rows
so that the entrys like "HOME" are displayed in the first row and so in the same row as "BEAMTE"
you are asking 2 different things, one time at the top, one time at the bottom ..."Home" to display it at the bottom row
This is a custom css request, not really something related to the Maximenu CK module
you can change the code by this one
Code:
align-items: last baseline;
Joomlack Webmaster and Developer
Last edit: 3 years 11 months ago by ced1870.
Please Log in or Create an account to join the conversation.
3 years 11 months ago #59151
by mhd12355
Replied by mhd12355 on topic entrys in 2 rows
Sorry for that confusion!
I have some entrys with 2 rows (f.e. Beamte - Verwaltung Schule) and some entrys only with one row (f.e. Home)
So is it possible to display the entry whos is only in one row to display at the second row so as you see as screen?
I have some entrys with 2 rows (f.e. Beamte - Verwaltung Schule) and some entrys only with one row (f.e. Home)
So is it possible to display the entry whos is only in one row to display at the second row so as you see as screen?
Please Log in or Create an account to join the conversation.
3 years 11 months ago #59152
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic entrys in 2 rows
please read my answer, I have given you the solution :
you can change the code by this one
you can change the code by this one
Code:
align-items: last baseline;
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
3 years 11 months ago #59153
by mhd12355
Replied by mhd12355 on topic entrys in 2 rows
and in which field that entry must add?
Please Log in or Create an account to join the conversation.
3 years 11 months ago #59154
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic entrys in 2 rows
since the 16 november that I have given you a CSS code, you have not added any code in your page ?
you shall not just ask me "how to", you shall also do it
add this code in your template or in the maximenu styles in the custom css area
you shall not just ask me "how to", you shall also do it
add this code in your template or in the maximenu styles in the custom css area
Code:
div#maximenuck145 > ul.maximenuck {
display: flex !important;
align-items: last baseline;
}
Joomlack Webmaster and Developer
The following user(s) said Thank You: mhd12355
Please Log in or Create an account to join the conversation.
Time to create page: 0.225 seconds