Hi,
did you find any solution to this issue?
I am experiencing he same problem with text and images in pages, are not beeing read by the seo plugin.. thank you
S
sebagaga
@sebagaga
Posts
-
SEO plugins dont recognize links and images -
Multiple row sticky elementsThis was extremely helpful! I don’t know how many hours I spent on this. Thanks a lot
I had to add some extra pixels to the top and specify the value in pixels. Adding a background color also helped.
Here’s the final CSS that worked for me:
.sticky-row {
position: sticky;
top: 50px;
z-index: 9999;
background: white;
} -
Multiple row sticky elementsHi, I am curious how to do this:
You can make a whole row sticky using custom CSS by right-clicking the row, giving it a class name, and then creating custom CSS for it.
I have been trying a few methods through CSS, but I haven’t been able to get it to work. The row simply doesn’t stick. Is there something I should consider? is this possible?
many thanks