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