Image in sticky column overlays next row

Posted in: Newspaper
Post count: 7

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

Post count: 27744

Hi,

Please provide the link where you set the sticky column and some screenshots with your settings.

Thank you!

Post count: 7

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/

Settings

Post count: 27744

Hi,

Please delete the extra class and check after -> https://i.imgur.com/ajfVFcY.png

Thank you!

Post count: 7

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

Post count: 27744

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!

Post count: 7

Thanks!
Here is a link to a video

Post count: 7
Post count: 27744

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!

Post count: 7

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?

Post count: 27744

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!

Post count: 7

Thanks. I just sent it now.

Viewing 12 posts - 1 through 12 (of 12 total)
The forum ‘Newspaper’ is closed to new topics and replies.