Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1040067

    Hi, I tried the get a 1/2 column (the one with the images) to stay fixed while scrolling the page. tried to put custom CSS and also put code I got in one of the thread in function.php… nothing worked. please help me solve it, thanks!
    example

    #1040836

    Hey yaelbar,

    Is this already done? you have a sticky column on the left (I thought it should be the one on the right with images). I see this code being implemented and working so far:

    .sticky-column > div {
        text-align: left !important;
        width: 44% !important;
        position: fixed;
    }

    Best regards,
    Nikko

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.