I do not know if this question has been asked before, but I have not been able to find it in this forum. I have created a column inside an ‘inner row’ and chosen for the column to be sticky. The content in the column is an ad box with an image. When you then scroll down the page, this image/ad box overlays the next row, and it’s like the image flickers. How do you correct this behavior? I want the image/ad box to stay within the row
Thank you! The page is under construction, but you can see the ad box with an image in the far right column. I will paste the column’s settings below.
https://www.fabonomi.se/stg_525ca/

Thank you! The behavior still seems to be the same when scrolling down the page as you can see.
I mostly use an extra class to remove the column for a certain screen width with liveCSS.
@media (max-width: 1100px) {
.stickycol {
width: 100%;
position: static;
}
.stickycol img {
display: none;
}
}
Hi,
Can you please provide me with a video with your steps for recreating it?
A solution for sending a screenshot/video is this:
Download, capture, and send: https://www.techsmith.com/jing-tool.html
After making the screenshot, you will have a link; paste it here.
Thank you!
Hi,
I think that your code caused the issue because if you use the settings from the theme there is no problem -> https://we.tl/t-BAgX65Igbb
Thank you!
I tried removing the code in LiveCSS, and I still get the same result. It looks neat in your video though. Could it be the layout? I have created my own layout with 3 columns. The first column should take up 50% of the width, while the other 2 take up about 25% each. I have created this layout with row, column, inner row, and inner column. Maybe there is another best practice?
Hello,
I would like to take a look. Can you please contact us via email at contact@tagdiv.com and provide the wp-admin access? Include the link to the topic in the email.
Thank you!