Menu Title and Description no space between the two in Mobile Menu
- david.unwin
-
Offline Topic Author
- Premium Member
-
- Posts: 110
- Thanks: 2
Menu Title and Description no space between the two in Mobile Menu was created by david.unwin
Posted 3 months 2 weeks ago #66678
We use MaxMenu CK and Mobile Menu CK
Most of the menu items we Have the TITLE and DESCRIPTION (set in Menu CK Parms)
We have created a style for the mobile menu based on DEFUALT.
All we have changed is the background colour.
When We display the menu on a mobile device there is no separation between the TITLE and DESCRIPTION
See screen shots of Menu and Mobile Menu.
How do we put a space between the TITLE and DESCRIPTION in the mobile menu?
There is some CSS loaded when you use the DEAFULT display. again I have a screen shot of that attached
Menu for Computer
Mobile Menu
Most of the menu items we Have the TITLE and DESCRIPTION (set in Menu CK Parms)
We have created a style for the mobile menu based on DEFUALT.
All we have changed is the background colour.
When We display the menu on a mobile device there is no separation between the TITLE and DESCRIPTION
See screen shots of Menu and Mobile Menu.
How do we put a space between the TITLE and DESCRIPTION in the mobile menu?
There is some CSS loaded when you use the DEAFULT display. again I have a screen shot of that attached
Menu for Computer
Mobile Menu
by david.unwin
Please Log in or Create an account to join the conversation.
Replied by ced1870 on topic Menu Title and Description no space between the two in Mobile Menu
Posted 3 months 2 weeks ago #66680
Hi
Please give me the url of your page so that I can give you the css code
CEd
Please give me the url of your page so that I can give you the css code
CEd
Joomlack Webmaster and Developer
by ced1870
The following user(s) said Thank You: david.unwin
Please Log in or Create an account to join the conversation.
- david.unwin
-
Offline Topic Author
- Premium Member
-
- Posts: 110
- Thanks: 2
Replied by david.unwin on topic Menu Title and Description no space between the two in Mobile Menu
Posted 3 months 2 weeks ago #66681
by david.unwin
Please Log in or Create an account to join the conversation.
Replied by ced1870 on topic Menu Title and Description no space between the two in Mobile Menu
Posted 3 months 2 weeks ago #66684
you can add this code and play with it to manage the styles
Code:
.mobilemenuck .descck {
display: inline-block;
margin: 0 10px;
font-size: 11px;
}
Joomlack Webmaster and Developer
by ced1870
Please Log in or Create an account to join the conversation.
- david.unwin
-
Offline Topic Author
- Premium Member
-
- Posts: 110
- Thanks: 2
Replied by david.unwin on topic Menu Title and Description no space between the two in Mobile Menu
Posted 3 months 2 weeks ago #66686
He Cedric,
Thank you for that.
The css provided fixed the menu.
However there is still the same problem with the Menu Title and Description in the Top Menu Bar.
See Screeshot2.jpg in the attached screen shots
Kind regards
David
Thank you for that.
The css provided fixed the menu.
However there is still the same problem with the Menu Title and Description in the Top Menu Bar.
See Screeshot2.jpg in the attached screen shots
Kind regards
David
by david.unwin
Please Log in or Create an account to join the conversation.
Replied by ced1870 on topic Menu Title and Description no space between the two in Mobile Menu
Posted 3 months 2 weeks ago #66690
you can update the code and add this to control the description in the menu bar
Code:
.mobilemenuck-bar .descck {
display: inline-block;
margin: 0 10px;
font-size: 11px;
}
Joomlack Webmaster and Developer
Last Edit:3 months 2 weeks ago
by ced1870
Last edit: 3 months 2 weeks ago by ced1870.
Please Log in or Create an account to join the conversation.
Time to create page: 0.747 seconds