Shape 5

Joomla Templates => Campus Life - Club => : kanuari March 28, 2017, 08:07:05 AM



: S5 Vertical Menu in Campus Life Templete
: kanuari March 28, 2017, 08:07:05 AM
Hi,

Firstly, I had another problem in menu issue for S5 Vertical Menu which are hidden the Main Menu after we are scroll down the page. How can we enable all menu in vertical module are locate at the behind of Main Menu after we are scroll down to the end of page. Please refer the following link for your perusal:
http://www.sbmuum.my/best-programme-offered/sbm-postgraduate-programme/master-of-science-management.html

Please refer the attachment file for your references.

Secondly, any customization of css  to enable all tables  in articles  are wrap in 1 page for mobile platform.
 
Your prompt reply on these issues is highly appreciated.

Thank you


: Re: S5 Vertical Menu in Campus Life Templete
: jonahh March 28, 2017, 11:46:14 AM
Hello,

Ok I see the issue, to fix just simply add the following to the bottom of your custom.css file and this should fix it:

:
#s5_va_accordion {
    position: relative;
    z-index: 0;}


As for the tables we don't recommend using them in modern websites that are responsive. If you do you will have issues on mobile, etc. All content should be laid out in DIVs to avoid any issues with tables.