chojo
Customer
I have installed CTA Portal addon and the CTA FT Layout to help me customize it.
I have previously asked help here about getting a bottom bar like on PixelExit's website. Here is the solution we found to make it work:
The problem I'm facing is when I'm on the CTA Portal page, I can't click on any option of the bar. To be able too, I need to scroll down. When I'm on the forums, I can click on all options, no need to scroll down.
I though the problem were about the CTA FT Layout addon, but it's creator Dadparvar doesn't seems to find what cause this.
Do you have any idea @Russ ?
for reference: www.hockeyvirtuel.ca
I have previously asked help here about getting a bottom bar like on PixelExit's website. Here is the solution we found to make it work:
Code:
/* <----- TOP BAR TO BOTTOM ------->*/
.Responsive .xbTopBar {
bottom: 0;
position: fixed;
z-index: 102;
}
.Responsive .footerLegal {
margin-bottom: 40px;
}
The problem I'm facing is when I'm on the CTA Portal page, I can't click on any option of the bar. To be able too, I need to scroll down. When I'm on the forums, I can click on all options, no need to scroll down.
I though the problem were about the CTA FT Layout addon, but it's creator Dadparvar doesn't seems to find what cause this.
Do you have any idea @Russ ?
for reference: www.hockeyvirtuel.ca