Okay
  Public Ticket #1045723
Fullscreen Row Header
Closed

Comments

  • TC started the conversation

    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.

  •  8,462
    Tahir replied

    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 

  • TC replied

    That's unfortunate. 

    For the page url it is 

    http://901.a12.myftpupload.com/

  •  8,462
    Tahir replied

    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) :

    @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