Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Align top particles - Placement of items #3285

Open
paulinohio opened this issue Nov 22, 2024 · 4 comments
Open

Align top particles - Placement of items #3285

paulinohio opened this issue Nov 22, 2024 · 4 comments

Comments

@paulinohio
Copy link

paulinohio commented Nov 22, 2024

I would the hamburger menu aligned to the left and center the logo(image) when making the page smaller (I would like to add another particle on the far right in the future, also).

https://neilrisko.com/DELETE/

https://neilrisko.com/DELETE/?tp=1

Screenshot 2024-11-22 at 7 49 39 AM

Thanks.

@pablop76
Copy link

links don't work

@paulinohio
Copy link
Author

Maybe the sever was down or something but those are accurate links.

@paulinohio
Copy link
Author

paulinohio commented Nov 26, 2024

What I currently have in the custom scss file:

#g-top .jl-container {
display: flex;
justify-content: center;
position: relative;
align-items: center;
}
#g-top .jl-container .g-grid:first-child {
position: absolute;
left: 0;
}

±++++++++++++++++++++++++++

The problem now being the log is centered but not evenly spaced from the hamburger.

Is there a way with to set the particles up so I don't need this css?

When I put all of the partcles in the same row they don't align when the page is shrunk.

New URL:
https://neilrisko.com/DELETE/

@paulinohio
Copy link
Author

Can anyone help with this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants