HELP! Superfish Dropdown menu is Glitched
Permalink 2 users found helpful
I hadded the superfish dropdown menu from the marketplace. When i added it to my website everything looks good until i test it out. The dropdown menu only drops down 1/2 of the FIRST dropdown box. I have a feeling it is because of the header layout, because when i add it anywhere else on the site it works fine. Can anybody help me fix this??? Thanks guys!
Note: Is it possible to get into the coding for the main page?
Note: Is it possible to get into the coding for the main page?
Sorry, *Added*
When you say you think it's because of your header layout, does that mean you added a layout to the header section and that's causing problems? This is an issue with the layouts and should be fixed in a future version, but here's an easy fix (if this is the problem): open concrete/css/ccm.base.css and delete the line that says
.ccm-layout .ccm-layout-cell{ overflow:hidden; }
That should fix that particular issue.
BTW - in the future you might want to post these to the support section of the superfish page.
.ccm-layout .ccm-layout-cell{ overflow:hidden; }
That should fix that particular issue.
BTW - in the future you might want to post these to the support section of the superfish page.
I have a feeling that is the problem. This is a stupid question, but where do I open concrete/css/ccm.base.css??? I am very new to concrete5 and really appreciate the help.
Forum post location noted:) I had no idea where it was suppose to be posted.
Thanks Andrew!
Forum post location noted:) I had no idea where it was suppose to be posted.
Thanks Andrew!
On your web host (like, if you host with us, for example) you may not have access to your concrete/css/ directory. If that's the case, try uploading the attached file into your local css/ directory (which is probably empty).
Nevermind I found it and deleted the instructed section. However it did not fix the problem.
Any other thoughts?
Any other thoughts?
Experiment with z-index and overflow: visible on any of the DIVs that contain the menu?
Remove all styles from the site's CSS file and then re-add them slowly, refreshing the page to see at which point the menu starts getting clipped?
Remove all styles from the site's CSS file and then re-add them slowly, refreshing the page to see at which point the menu starts getting clipped?
Thanks so much for taking the time to shoot out ideas. I have tried playing around with all of them and have been unsuccessful. Do you think that it has to do with my CSS? For instance, I am unable to add a full page section. It only allows me to do one with the sidebar on the right. I REALLY want to start over and make it with a different theme, but am holding back for right now. Here is a screenshot of where it cuts out, if that helps at all. If I cant fix this I will probably start over :) Because whenever i simply change themes, it screws up the entire site.
[quote]When you say you think it's because of your header layout, does that mean you added a layout to the header section and that's causing problems? This is an issue with the layouts and should be fixed in a future version, but here's an easy fix (if this is the problem): open concrete/css/ccm.base.css and delete the line that says
.ccm-layout .ccm-layout-cell{ overflow:hidden; }
That should fix that particular issue.
BTW - in the future you might want to post these to the support section of the superfish page. [/quote]
This worked perfect for me thanks.
I figure the next auto-update will over-write this, but the new fix will be in place...
.ccm-layout .ccm-layout-cell{ overflow:hidden; }
That should fix that particular issue.
BTW - in the future you might want to post these to the support section of the superfish page. [/quote]
This worked perfect for me thanks.
I figure the next auto-update will over-write this, but the new fix will be in place...