Menü Title Description in der 3. Ebene
3 years 2 months ago #61554
by silgra
Menü Title Description in der 3. Ebene was created by silgra
Hi Ced,
I've been trying css commands all day, but it just won't work. That's why I need your help.
___________
.titreck-title {
margin-left: 10px;
}
.mobilemenuck .descck {
margin-top: -15px!important;
font-weight: normal;
font-size: 12px!important;
margin-left: 36px!important;
display:block!important;
}
____
In the mobil menu, on the third level, the description title is not under the menu title. Plesse see Screeshot for better understanding.
Can you help? Thank you silgra
I've been trying css commands all day, but it just won't work. That's why I need your help.
___________
.titreck-title {
margin-left: 10px;
}
.mobilemenuck .descck {
margin-top: -15px!important;
font-weight: normal;
font-size: 12px!important;
margin-left: 36px!important;
display:block!important;
}
____
In the mobil menu, on the third level, the description title is not under the menu title. Plesse see Screeshot for better understanding.
Can you help? Thank you silgra
Please Log in or Create an account to join the conversation.
3 years 2 months ago #61559
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Menü Title Description in der 3. Ebene
Hi
Please give me the url of the page so that I can check
CEd
Please give me the url of the page so that I can check
CEd
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
3 years 2 months ago #61572
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Menü Title Description in der 3. Ebene
you can change the value of the margin left :
this shall do the job
Code:
margin-left: 42px !important;
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
3 years 2 months ago #61575
by silgra
Replied by silgra on topic Menü Title Description in der 3. Ebene
Yes, have added that in a custom css area.
If I do that not, the description is not correct in the first level, second level and third level. Please have a look at the screenshot.
I don't know how to do it. It should displayed the description-title below the menu-title.
If I do that not, the description is not correct in the first level, second level and third level. Please have a look at the screenshot.
I don't know how to do it. It should displayed the description-title below the menu-title.
Please Log in or Create an account to join the conversation.
3 years 2 months ago #61581
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Menü Title Description in der 3. Ebene
please remove your code and try that :
Code:
.mobilemenuck-item-text {
display: flex;
}
.level3 .mobilemenuck-item-text {
margin-bottom: 10px;
}
.mobilemenuck-item-text img {
flex: 0 0 auto;
height: 37px;
width: 37px;
}
.mobilemenuck-item-text .titreck-title {
display: block;
line-height: 1;
}
.mobilemenuck-item-text .descck {
display: block;
margin-left: 5px;
}
.mobilemenuck-item .level3.titreck-title {
margin-left: 5px;
font-weight: bold;
line-height: 1;
display: block;
}
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
3 years 2 months ago #61584
by silgra
Replied by silgra on topic Menü Title Description in der 3. Ebene
Thank you very much, it works now.
One last request: In the Menu Bar, the Description Title is not below the Menu Title. Please see screenshot for better understanding.
Thank you
One last request: In the Menu Bar, the Description Title is not below the Menu Title. Please see screenshot for better understanding.
Thank you
Please Log in or Create an account to join the conversation.
Time to create page: 0.217 seconds