Comments TC started the conversationFebruary 2, 2017 at 2:03amHello, The "Header Hide Until Needed" is not working on fullscreen rows, only on pages that do not have full screen rows. Is there a way to change this. http://901.a12.myftpupload.com/ Also, With the responsiveness, columns adjust for <760px and >1000px but not in between. Columns stack for 760px<x<1000px. Please advise how I can correct this. 8,998Tahir repliedFebruary 2, 2017 at 6:16pmHey Again, Yes thats correct it wont work on the Fullscreen Page rows option as virtually you arent scrolling the page rather changing Sections on a Static Page. For the Responsiveness you will need to write up custom css. Let me know the page url and ill write it up for you. Be.st ThemeNectar Support Team TC repliedFebruary 2, 2017 at 7:33pmThat's unfortunate. For the page url it is http://901.a12.myftpupload.com/ 8,998Tahir repliedFebruary 3, 2017 at 5:07pmHey Again,Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) : @media only screen and (max-width: 1000px) and (min-width: 690px) { body .vc_row-fluid .vc_col-md-4 { width: 31.914893614% !important; } } Thanks ThemeNectar Support Team Sign in to reply ...
Hello,
The "Header Hide Until Needed" is not working on fullscreen rows, only on pages that do not have full screen rows. Is there a way to change this.
http://901.a12.myftpupload.com/
Also,
With the responsiveness, columns adjust for <760px and >1000px but not in between. Columns stack for 760px<x<1000px. Please advise how I can correct this.
Hey Again,
Yes thats correct it wont work on the Fullscreen Page rows option as virtually you arent scrolling the page rather changing Sections on a Static Page.
For the Responsiveness you will need to write up custom css. Let me know the page url and ill write it up for you.
Be.st
ThemeNectar Support Team
That's unfortunate.
For the page url it is
http://901.a12.myftpupload.com/
Hey Again,
Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
Thanks
ThemeNectar Support Team