fit the widht

Replied by ced1870 on topic fit the widht

Posted 7 years 2 months ago #40015
Hi
sorry but I don't really understand what you want to do here ...

he fullwidth menu seens to shrink to the size defined by the menu items.

the fullwidth will take the whole with of the menu bar, you can make it fullwidth of the page with some css adjustment (depending on your template also)
CEd

Joomlack Webmaster and Developer

by ced1870

Please Log in or Create an account to join the conversation.

Replied by Dan0Gram on topic fit the widht

Posted 7 years 2 months ago #40016
In the attached image you can see that the fullwidth menu is not actually full width. Maybe I have the settings wrong somewhere?
Attachments:

Please Log in or Create an account to join the conversation.

Replied by ced1870 on topic fit the widht

Posted 7 years 2 months ago #40021
as said

the fullwidth will take the whole with of the menu bar,

and

you can make it fullwidth of the page with some css adjustment


give me your url to check

Joomlack Webmaster and Developer

by ced1870

Please Log in or Create an account to join the conversation.

Replied by ced1870 on topic fit the widht

Posted 7 years 2 months ago #40036
add this in a custom css
Code:
div#maximenuck343 ul.maximenuck { position: static !important; }

it will take the whole width of the container #top in the template
as this #top is positioned in absolute, it is used as reference for the submenu width.
unless you make some modifications in your template to give a natural positioning to #top, you will not be able to set the submenu fullwidth in a natural way

Joomlack Webmaster and Developer

by ced1870

Please Log in or Create an account to join the conversation.

Replied by Dan0Gram on topic fit the widht

Posted 7 years 2 months ago #40037
That worked great for the submenus, but it did not cover the top level.
I also tried changing:
/* container style */
div#<?php echo $id; ?> ul.maximenuck {
clear:both;
position: relative;

to:
/* container style */
div#<?php echo $id; ?> ul.maximenuck {
clear:both;
position: static !important;

This had the same affect as adding:
div#maximenuck343 ul.maximenuck {
position: static !important;
}

But neither altered the first level.
Attachments:

Please Log in or Create an account to join the conversation.

Replied by ced1870 on topic fit the widht

Posted 7 years 2 months ago #40038
all this has to be managed in your template and is not related to the maximenu module
it float right because of
Code:
#top .moduletable { float: right; margin-left: 10px; }
in
templates/mak/css/template.css
line 792

Joomlack Webmaster and Developer

by ced1870
The following user(s) said Thank You: Dan0Gram

Please Log in or Create an account to join the conversation.

Time to create page: 0.657 seconds

Fast and powerful creation, customizable and responsive.

Read More

We have 371 guests and no members online