Ignore the dropdown and all of the links to the right except for the Print link. I want to have the text ‘Account Overview’ lined up with the PGA image and the Print link justified all the way to the right . The Account Overview should be lined up with any image. PGA image is just one example but if I have another image that is wide than the PGA image it should line up with the text.
In my code pen everything the Print link doesn’t justify to the right and the spacing between Account Overview and the logo are too close together and not spaced out as shown in the image above. I need help on how to fix this to look similar to the image above.
All of this code is what I copied from a website called Figma that is used for the project that I’m working on. It is a collaborative design tool for design, prototype, develop, etc. for each of our pages that we design. In that design tool there is a css template for each component that you click on and things like Hug and letter-spacing are in that template. I coped and pasted into the css file in my OP. It’s probably not needed but just something that is checked during a code review. Does that make sense?
Ok yes it’s some preprocessed code but not actual css.
You can only use code like that inside whatever application you are using (Figma). I assume at some point it gets compiled into css. You can’t copy and paste pre processed like that as it’s not css and no use to anyone outside of figma. What you would need is the real css that you get when you view the live page.
It doesn’t really make a difference to your question as that part wasn’t relevant but I didn;t want you to think you could just copy code like that and put it in a css file anywhere
I still need help with this @PaulOB@Archibald@kicken or anyone else that can help. I have to match what it looks like in Figma for normal and responsive view. I updated my code pen to what I currently have now for my code.
Here are the screenshots of what it looks like in Figma and you can see the css values as well. The first is what the normal view should look like and the second is the responsive should look like with the Account Overview is supposed to wrap and the Print icon should show without the word ‘Print’. Please disregard The ‘Export’ and it’s icon and all of the other links in the header except Print and it’s icon, the logo and ‘Account Overview’ if that makes sense.
I need help fixing this but not sure how with those Figma values. If any of you have any input to get those to look like those Figma screenshots it would help a lot.
Hi Paul, this looks great. My only thing is the ‘Account Overview’ title needs to be moved over to the far left instead of a little over to the right in your example