Drop down menu issue (Template css)
13 years 5 months ago - 13 years 5 months ago #1104
by abudahab
Drop down menu issue (Template css) was created by abudahab
I have a problem with my template (Bare Template 2 by 'Simplify your Web'. When I place the Maximenu module inside the 'Main Menu' container, the drop menu visibility is limited to the size of the container. I have tried to alter with css (including overflow) with no luck.
Attached is the template file, which is very simple. Your assistance is highly appreciated.
Thank you in advance
C:\fakepath\bare template 2.zip
Attached is the template file, which is very simple. Your assistance is highly appreciated.
Thank you in advance
C:\fakepath\bare template 2.zip
Last edit: 13 years 5 months ago by abudahab.
Please Log in or Create an account to join the conversation.
13 years 5 months ago #1106
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Re: Drop down menu issue (Template css)
Hi
you must look in the css of your template, remove the overflow:hidden if you find it. Use firebug to help you finding the elements.
This is not a maximenu issue, but a template issue
you must look in the css of your template, remove the overflow:hidden if you find it. Use firebug to help you finding the elements.
This is not a maximenu issue, but a template issue

Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
13 years 5 months ago - 13 years 5 months ago #1107
by abudahab
Replied by abudahab on topic Re: Drop down menu issue (Template css)
I understand this is a Template issue. If I move the maximenu module to the breadcrumbs container I don't have the problem.
I have already checked the css, and there are no 'overflow' tags. Any other ideas?
Please?
I have already checked the css, and there are no 'overflow' tags. Any other ideas?
Please?
Last edit: 13 years 5 months ago by abudahab.
Please Log in or Create an account to join the conversation.
13 years 5 months ago #1109
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Re: Drop down menu issue (Template css)
you should give me your url to check this
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
13 years 5 months ago #1110
by abudahab
Replied by abudahab on topic Re: Drop down menu issue (Template css)
Please Log in or Create an account to join the conversation.
13 years 5 months ago #1111
by ced1870
remove the overflow...
Joomlack Webmaster and Developer
Replied by ced1870 on topic Re: Drop down menu issue (Template css)
and in template.css line 21 ??abudahab wrote: I have already checked the css, and there are no 'overflow' tags. Any other ideas?
Please?
Code:
#template_header {
clear: both;
overflow-x: hidden;
overflow-y: hidden;
position: relative;
}
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
Time to create page: 0.217 seconds