-
Dioud
Hello,
I would like that when I go down the page, the image goes down too :
https://www.weekenda.fr/10.jpgThanks
-
Hi there,
Can you link us to the page in question?
You can use the private information field.
https://docs.generatepress.com/article/using-the-premium-support-forum/#private-informationLet me know 🙂
-
Dioud
the page in question is
https://drole-de-voyage.fr/conseils/test/ -
Try replacing the WP Columns block:
https://wordpress.org/documentation/article/columns-block/With GB’s Grid Block:
https://docs.generateblocks.com/article/grid-overview/Then set the height of the two container blocks inside the Grid block to 100%.
Then we can provide CSS to make it sticky.
-
I can’t do it
Can I give you my username and passeword ? Like this, you can do it easily… -
but I think it is ok for WP Columns blockand GB’s Grid Block
-
you can my code :
https://www.weekenda.fr/101.jpg -
Can I give you my username and passeword ? Like this, you can do it easily…
No – we cannot do the work for you.
You would need to turn the existing structure:
https://www.screencast.com/t/PcIk7VZsAyRInto this:
https://www.screencast.com/t/UNgvxy5NmW -
ok it is done but now I have this :
https://www.weekenda.fr/1.jpg -
You are not using the correct Grid Block.
It needs to be this blue icon: https://docs.generateblocks.com/article/grid-overview/
-
ok, this time it is ok :
https://www.weekenda.fr/1.jpg -
David
Hi there,
that is correct.
Can I see that post on your site? then I can advise on what you need to do next -
Dioud
Hi David,
the post is https://drole-de-voyage.fr/conseils/test-3/ -
David
OK.
Select the grid column Container Block that contains the Image Block.
In the block settings Advanced > Additional CSS Class(es) add:is-sticky-column
Then add this CSS to your site:
.is-sticky-column { position: sticky; top: 60px; }
Adjust the
60px
top value to suit your needs. -
Dioud
it doesn’t work.
It is like this ? :
https://www.weekenda.fr/1.jpg
https://www.weekenda.fr/2.jpg -
David
Remove the CSS I gave you
And re-add it from here:https://generate.support/topic/scroll-picture/#post-122703
I just corrected an error in the CSS
- You must be logged in to reply to this topic.