Menu Title and Description no space between the two in Mobile Menu
- david.unwin
- Topic Author
- Offline
- Premium Member
Less
More
- Posts: 122
- Thank you received: 2
1 year 11 months ago #66678
by david.unwin
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
Please Log in or Create an account to join the conversation.
1 year 11 months ago #66680
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Menu Title and Description no space between the two in Mobile Menu
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
The following user(s) said Thank You: david.unwin
Please Log in or Create an account to join the conversation.
- david.unwin
- Topic Author
- Offline
- Premium Member
Less
More
- Posts: 122
- Thank you received: 2
1 year 11 months ago #66681
by david.unwin
Replied by david.unwin on topic Menu Title and Description no space between the two in Mobile Menu
Please Log in or Create an account to join the conversation.
1 year 11 months ago #66684
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Menu Title and Description no space between the two in Mobile Menu
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
Please Log in or Create an account to join the conversation.
- david.unwin
- Topic Author
- Offline
- Premium Member
Less
More
- Posts: 122
- Thank you received: 2
1 year 11 months ago #66686
by david.unwin
Replied by david.unwin on topic Menu Title and Description no space between the two in Mobile Menu
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
Please Log in or Create an account to join the conversation.
1 year 11 months ago - 1 year 11 months ago #66690
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Menu Title and Description no space between the two in Mobile Menu
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: 1 year 11 months ago by ced1870.
Please Log in or Create an account to join the conversation.
Time to create page: 0.250 seconds