By Athanasios Zisopoulos on Friday, 29 June 2018
Posted in General
Likes 0
Views 574
Votes 0
as in the image below when a pge has little content like the categories page the menu in the profile tab from the toolbar of easydiscuss expants vertically but i does not shift the page it collapses behind the footer must be a z-index issue maybe?
It seems like your current template styling set those content if appear on over the footer area, it will set to hidden.

I already applied some temporary css custom fix into your template css file JoomlaFolder/templates/shape5_vertex/css/template.css


#s5_columns_wrap {
overflow: inherit !important;
}

#s5_center_column_wrap_inner {
overflow: inherit !important;
}

#s5_center_column_wrap {
float: inherit !important;
}


can you check again is it work fine now?
·
Friday, 29 June 2018 11:48
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks its fixed !
·
Friday, 29 June 2018 15:04
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

You are most welcome. Glad to hear that your issue has been resolved now.

As a gentle reminder, kindly start a new thread if you have any other issue in the future so it will be easier for us to manage your inquiry. I will lock and mark this thread as resolved.
·
Friday, 29 June 2018 15:14
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post