Menu Item Enlarged on Mobile Menu CK 09-14-2023
1 year 4 months ago #69336
by tazzarkin
Menu Item Enlarged on Mobile Menu CK 09-14-2023 was created by tazzarkin
I placed the following message in a private area below.
This message contains confidential information
Please Log in or Create an account to join the conversation.
1 year 4 months ago - 1 year 4 months ago #69337
by tazzarkin
Replied by tazzarkin on topic Menu Item Enlarged on Mobile Menu CK 09-14-2023
Here are the two pictures showing the problem:
This message contains confidential information
Last edit: 1 year 4 months ago by tazzarkin.
Please Log in or Create an account to join the conversation.
1 year 4 months ago #69340
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Menu Item Enlarged on Mobile Menu CK 09-14-2023
Hi
the problem is the css from flexicontent
/components/com_flexicontent/assets/css/flexicontent.css
you can try to fix it with this custom css code
and you shall contact the Flexi developer to ask about this to add a css selector before the rule to only target the Flexicontent content
the problem is the css from flexicontent
fromdiv.current {
border: 1px solid #cccccc;
clear: both;
padding: 10px 10px;
}
/components/com_flexicontent/assets/css/flexicontent.css
you can try to fix it with this custom css code
.mobilemenuck div.current {
padding: 0;
}
and you shall contact the Flexi developer to ask about this to add a css selector before the rule to only target the Flexicontent content
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
1 year 4 months ago #69342
by tazzarkin
Replied by tazzarkin on topic Menu Item Enlarged on Mobile Menu CK 09-14-2023
Thank you so much!!
I added the following line to remove the White Border Glow:
border: none !important;
So, it ended up looking like this.
.mobilemenuck div.current {
padding: 0;
border: none !important;
}
I am writing to FLEXIcontent now to let them know.
I added the following line to remove the White Border Glow:
border: none !important;
So, it ended up looking like this.
.mobilemenuck div.current {
padding: 0;
border: none !important;
}
I am writing to FLEXIcontent now to let them know.
Please Log in or Create an account to join the conversation.
Time to create page: 0.212 seconds