Shape 5

Joomla Free Templates => Vertex - Free => : ziso12 July 07, 2018, 11:14:48 PM



: VERTEX FREE dropdown submenu issue hides behind footer.
: ziso12 July 07, 2018, 11:14:48 PM
Dear support i use vertex 5 and easydiscuss my problem is that in easy discuss there is a menu that does not expant correctly when i opened it and the height of the component is 400pixels or 500pixels

Example of error on menu.jpg

 i asked the support in stackideas.com for a fix they added in template.css the code below
 #s5_columns_wrap {
overflow: inherit !important;
}

#s5_center_column_wrap_inner {
overflow: inherit !important;
}

#s5_center_column_wrap {
float: inherit !important;
}
this fixed the dropdown issues but now i have another issue when i use this code i get scrollbar on bot

shown in picture bot-bar.jpg

 i contact stackideas and they told me that i should better to ask you how to fix this any idea? website is https://www.gyn.gr/  i use now min-height:650px;   #s5_columns_wrap  at line 320 but it is ugly on several pages to have white empty bottom when less info is displayed on this position.


: Re: VERTEX FREE dropdown submenu issue hides behind footer.
: mikek July 09, 2018, 05:29:06 AM
Hello,

The css they provided is wrong and will cause the column issues you are seeing. None of the template css should ever be modified to accommodate a third party problem.

This is an issue with their component, not the template. They have not designed their menu to expand the component area when the menu is longer than the body. Also, drop down menus typically aren't this low in a body, they are almost always at the top of a much larger amount of content. Adding a min-height is going to be the only way to fix that if they can't provide a better solution for their component. You can also add a module or two into below_body_1-6, which are contained inside the same wrapper and will expand the area.

I have looked all over your site and I don't see any issues, nor do I see what you are showing in your screenshots. The menu and styling you have are different and accomodate for the menu fitting withing needing the min-height.


: Re: VERTEX FREE dropdown submenu issue hides behind footer.
: ziso12 July 09, 2018, 05:50:18 AM
Yes its because i added the min height of wrap to 650px; this did the trick anyway good to know whats happening.