Closed alicaudle closed 4 years ago
Did you figure this out? I can see the black "juice." logo in your header.
lol, yeah, I had something totally unrelated that failed in my code so I had to fix that and THEN all my other stuff started showing up properly :)
https://github.com/alicaudle/ecommerce-pattern-library/blob/master/_patterns/header/header.html
@thomasjbradley
I can't figure out how to keep the links pined to the far right while being perfectly aligned with the logo.
I would use Flex box to solve the problem—there are classes in modules.css
you can use.
.flex-row
, .flex-justify
& .flex-align-center
https://github.com/alicaudle/ecommerce-pattern-library/blob/master/_patterns/header/header.html#L4Then you can use .flex-row
on your nav <ul>
also.
@thomasjbradley
Delete these extra CSS files within your patterns, like here: https://github.com/alicaudle/ecommerce-pattern-library/blob/master/_patterns/footer/footer.html#L1
Then, the broken footer, I think is the pin-rc
class.
Put the two social icons in the same <div>
and it should start working properly.
My logo won't show up in my header. @thomasjbradley