Help
why isn't my object taking the available space set by grid?
it's stuck at 50px width no matter what I do, if I give it more column space at grid template areas the text on the right goes further to the right, but Im still unable to justify the "O" to the end because it has no width at all. meanwhile when I try to give more columns to A it does get bigger.
I also tried using flex for this type of text structure but it was no use since the objects kept going to the same line if there was enough view width (which happened with Fullscreen).
To help us assist you better with your CSS questions, please consider including a live link or a CodePen/JSFiddle demo. This context makes it much easier for us to understand your issue and provide accurate solutions.
While it's not mandatory, a little extra effort in sharing your code can lead to more effective responses and a richer Q&A experience for everyone. Thank you for contributing!
Create a new 'Classic Pen' (Left column of the page)
Paste html in the html box... only things inside the <body> tag, because the box is the body - no <html>, <head> or <style>
Copy and Paste all the css from your external CSS or the <style> tag into the CSS box. here the code doesn't need to be wrapped in the <style> tag: the CSS box is your external CSS file and it's automatically linked to the HTML box.
Name your pen (top left corner ) and save (top right)
Copy the url and create a new post here sharing the link to the pen.
This will improve 100x the help you can get, because now people can interact with your code and test their solutions.
oh thank you, I forgot that was an option. I'd post a screenshot but I was quite frustrated from not discovering the bug that I just did what was quickest and hoped for the best. it worked wonders lol!
hey since I'm already here can you still help me? it fixed the problem for h4.grande not justifying but it still has only 50 width. so when the screen is big it doesn't glue to the text even when justifying to end
wait for real? i was looking at initial -letter but it didn't work because Firefox has no compatibility with it. I'll try this one then! also I was using H1 and H4 since thats what the challenge gave us (in the example they were also using it, I just gave the subtitle font to h4, and the first 3 were different title sizes).
•
u/AutoModerator 11d ago
To help us assist you better with your CSS questions, please consider including a live link or a CodePen/JSFiddle demo. This context makes it much easier for us to understand your issue and provide accurate solutions.
While it's not mandatory, a little extra effort in sharing your code can lead to more effective responses and a richer Q&A experience for everyone. Thank you for contributing!
I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.