Okay
  Public Ticket #3009803
Fullscreen Rows with Sticky Columns
Closed

Comments

  •  3
    Caleb started the conversation

    Hi,

    I am trying to have Fullscreen Rows on my site which is very easy with Salient. I have the full screen rows page here: https://ctl.cidesignhosting.com/fullscreen-rows/. However, is it possible to also have a "Sticky Column" inside one of the fullscreen rows? If you look at my page you can see the first column on the left is set to sticky, but it does not stick with the right hand content when scrolling. 

    If you look at this site, you can see they have the fullscreen rows + sticky columns: https://www.workinggenius.com/. I am simply wondering if this is possible with Salient? 

    Here is a page I created without Fullscreen Rows and the sticky column works fine: https://ctl.cidesignhosting.com/sticky-column/

    Is it possible to have both full screen rows and sticky columns or no?

    Thank you! I appreciate your help!

  •  1,877
    Judith replied

    Hi Caleb,

    Thanks for keeping in touch.

    I am afraid the full screens rows does not work with the sticky column function. You can't have the function at the same time.

    Thanks.

  •  3
    Caleb replied

    Hi,

    Thank you for letting me know! I have one more question: The full screen row dot navigation has a tool tip when you hover over the dots. Is there any way to show the title constantly? I do not want users to hover over the dot navigation to see the tooltip. Is this possible?

    Thank you!

  •  1,877
    Judith replied

    Hi Caleb,

    Please try out this css:

    #fp-nav.tooltip ul li .fp-tooltip, #fp-nav.tooltip_alt ul li .fp-tooltip #active {
        opacity: 1;
    }

    Thanks.

  •  3
    Caleb replied

    Thank you! That worked great!