Social Icons Sidebar -> vertical position

2 replies · opened Jun 8, 2021

SsuppenhuhnJun 8, 2021

Hi!
Is it possible to change the vertical alignment of your social icon sidebar block example ? So it's position is on the top ( right/left) or bottom ( right/left ) than vertically centered ?

Thanks in advance

BTW: The block-library is such a great idea !!

SsuppenhuhnJun 8, 2021

Made it like this - but it's not "flexible" and has to be adjusted when adding icons to the sidebar

.si-sticky {
            top: 10% !important;
        }
SSemicolon WebSTAFFJun 8, 2021

Hello,

Consider using the following CSS Code:
[ch_pre type="css"].si-sticky {
top: 10%;
transform: translateY(0%);
}[/ch_pre]

This should definitely work fine. Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

PS. Glad you like the Block Library. More Useful Blocks coming soon.

Have the same question, or something new?

Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.

Reply on the dashboard