Submenu right arrow Problem
13 years 1 week ago #1042
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Re: Submenu right arrow Problem
ok
so what you can do, go in the file maximenuH_CK.php and find the lines and replace width:100% by the width in px :
It will give a default width for your items
so what you can do, go in the file maximenuH_CK.php and find the lines and replace width:100% by the width in px :
Code:
/* child item block */
div#maxitopmenu ul.maximenuCK ul.maximenuCK2 {
background : #1a1a1a;
margin : 3px 0 0 0;
padding : 0;
border : none;
width : 170px; /* important for Chrome and Safari compatibility */
}
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
13 years 1 week ago #1043
by flyinga
Replied by flyinga on topic Re: Submenu right arrow Problem
I did not anticipate such a quick reply. Please see the edit to my last post. You are awesome!
Please Log in or Create an account to join the conversation.
13 years 1 week ago #1044
by flyinga
Replied by flyinga on topic Re: Submenu right arrow Problem
I am not finding that .php file. I assume it is supposed to be in the system plugins. The module was working great except for the [col2] in my breadcrumbs.
Please Log in or Create an account to join the conversation.
13 years 1 week ago #1045
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Re: Submenu right arrow Problem
no, it is in the theme default2 in the module
Yes for the breadcrumbs you could try maxibreadcrumbs on my website but you will still have the [col2] characters in third party extensions like Xmap or else that retrieve the menu links.
Yes for the breadcrumbs you could try maxibreadcrumbs on my website but you will still have the [col2] characters in third party extensions like Xmap or else that retrieve the menu links.
Joomlack Webmaster and Developer
The following user(s) said Thank You: flyinga
Please Log in or Create an account to join the conversation.
13 years 1 week ago - 13 years 1 week ago #1046
by flyinga
Replied by flyinga on topic Re: Submenu right arrow Problem
Perfect.
This is working so nicely, I do not think I will use the breadcrumbs.
Thanks
This is working so nicely, I do not think I will use the breadcrumbs.
Thanks
Last edit: 13 years 1 week ago by flyinga. Reason: figured it out
Please Log in or Create an account to join the conversation.
13 years 1 week ago #1047
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Re: Submenu right arrow Problem
yes you can fix the gap by modifing the margins on div.floatCK
Joomlack Webmaster and Developer
The following user(s) said Thank You: flyinga
Please Log in or Create an account to join the conversation.
Time to create page: 0.230 seconds