How to align sticky block to the right?
-
I want to right align the sticky block inside the wp-block-colum. I don’t know how to do this when the position is fixed. Is it possible?
I want the max-width of the sticky block to be 300px and want it to be at the end “right” of the parent column, but flex alignment is not working.
I’ve managed to roughly position it with the following CSS, but is there a better way?
`.wp-block-senff-sticky-block {
top: 100px !important;
max-width: 330px;
margin-left: 3% !important;’The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘How to align sticky block to the right?’ is closed to new replies.