Skip to content
Discussion options

You must be logged in to vote

Excluding the introduction, these are the handle for the base sections plugin ordering:

"base.header",
"introduction",
"base.activity+community",
"base.repositories",

So as you can see, base.activity and base.community are actually combined into base.activity+community (because in the template it's actually the same file.

For this same reason it's not possible to directly to set community before activity though with extras_css and a good selector you should be able to target it and use flex-direction: row-reverse; if you wish to reverse the order of it.

For anything more complicated, …

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@RisingSunLight42
Comment options

@lowlighter
Comment options

Answer selected by RisingSunLight42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment