I have set all of the rows on my site to be horizontally and vertically centered using flex boxes. However, there are a couple places where I would like the items in a single row to be flex start, such as rows with text here https://www.jeremyleegibbs.com/materials . How do you find the static row ID that will not change when the page is reloaded?
Question
61885 1
Site URL: https://www.jeremyleegibbs.com/
I have set all of the rows on my site to be horizontally and vertically centered using flex boxes. However, there are a couple places where I would like the items in a single row to be flex start, such as rows with text here https://www.jeremyleegibbs.com/materials . How do you find the static row ID that will not change when the page is reloaded?
Link to post
Top Posters For This Question
3
1
1
Popular Days
Oct 22
3
Oct 23
2
Top Posters For This Question
61885 3 posts
LIZZY-pa 1 post
tuanphan 1 post
Popular Days
Oct 22 2020
3 posts
Oct 23 2020
2 posts
Popular Posts
tuanphan
Row has no id. You can add a spacer block above row, then target spacer block id, then use this code to target row #spacer-block-id + row { css code }
4 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment