submenu question
11 years 5 months ago #15273
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic submenu quistion
try this code to add a border to the column :
line 346 in the file
develop.ocmorgenstond.nl/modules/mod_max.../css/maximenuhck.php
Code:
div#maximenuck ul.maximenuck li div.floatck div.maximenuck2 {
border-right: 1px solid #FF0000;
....
}
develop.ocmorgenstond.nl/modules/mod_max.../css/maximenuhck.php
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
11 years 5 months ago #15278
by wassie
Replied by wassie on topic submenu quistion
line 346 isn't working. But checking with Firebug I discovered that the element we need to ajust is the ul.maximenuck2, starting on line 198 of the same file.
This is what I did:
Line 200
Line 204
Now I have a vertical line between the columns
This is what I did:
Line 200
Code:
border-right: 1px solid #FF0000;
Line 204
Code:
/*border : none !important;*/
Now I have a vertical line between the columns
Please Log in or Create an account to join the conversation.
11 years 5 months ago #15284
by wassie
Replied by wassie on topic submenu quistion
I have another question:
I want to use 5 columns, but I can't get the last column filled with submenu items. Altho I did set the next submenu item to create a new column. Can you tell me why that is?
I want to use 5 columns, but I can't get the last column filled with submenu items. Altho I did set the next submenu item to create a new column. Can you tell me why that is?
Please Log in or Create an account to join the conversation.
11 years 5 months ago #15295
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic submenu quistion
set the columns width in percent, like "20%" instead of 180px
you don't have sufficient space to put 5 x 180px
you don't have sufficient space to put 5 x 180px
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
11 years 5 months ago #15297
by wassie
Replied by wassie on topic submenu quistion
ok, I have tried to find this setting in the Module mod_maximenuck, but can't find it. Should I tweak this setting in PHP file?
Please Log in or Create an account to join the conversation.
11 years 5 months ago #15302
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic submenu quistion
how did you create your colums ??
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
Time to create page: 0.232 seconds