How can I fix this issue? Might be overflow

In the smallest size available using inspect element (320 x 870, more exact 351 x 870) there's a empty white part at the right side of the screen this goes down from the top of the page all the way to the bottom. I can't post a CodePen as some things Im using are Images and I haven't really learnt how to make the Pictures lode in CodePen but I can redirect to my GitHub where the website looks as it should!
No description
17 Replies
majkl
majkl•5mo ago
Can you use picsum img link instead if your images? Look a widths. Maybe headline font is too large (make it smaller to see if it helps) o some element is over-width (try deleting one block aafter another) or adding overflow:none to parents to see which is the culprit. Dev tools are usually enough. Cannot help much otherwise.
RMON
RMON•5mo ago
I tried doing picsum but Im not 100% on how it works and they're very specific img's as well
majkl
majkl•5mo ago
Picsum is easy - the end of the url is .../widthpx/heightpx. And for debugging it does need to be pretty.
RMON
RMON•5mo ago
How can I get specific imgs?
majkl
majkl•5mo ago
They are random, you only determine dimension. There are other, more elaborate img generators like loremflicker, but we do not need them now, I guess.
RMON
RMON•5mo ago
Here's my portfolio if you wanna take a look (Note: It's being kinda buggy I just updated) https://arman-markaryan.github.io/Arman-Markaryan/
Arman Markaryan
Description of your website
majkl
majkl•5mo ago
Tried
.MN, .FED {
font-size: 18px;
}
.MN, .FED {
font-size: 18px;
}
and it looks ok. Too much clamping and H1s (multiple) like "Find my work" - not very good.
RMON
RMON•5mo ago
What would you recommend? I can definetly say Im still some what new to coding so any tips/tricks will be great Im coding this Portfolio (first one) as I continue to learn HTML, CSS and JS.
majkl
majkl•5mo ago
...also, I would make sure the page scroll is disabled when nav is open, that the content slides underneath the header... It is your brand, make your name h1. "Find my work" or "Who am i" bears no value.
RMON
RMON•5mo ago
There's some stuff I have to remove as Im constantly updating the code as best to my abilities so some things I will forget
majkl
majkl•5mo ago
No worries, in every page there are issues, subjective or objective. Trying clamp is good, but make sure it does not break things. Someone might even say you should study and implement all accessibility best practices for the impaired and scren readers from thee start. 😄
RMON
RMON•5mo ago
Definetly a smart move, Wish I new these things from the get-go
RMON
RMON•5mo ago
Hey quick question Majkl, I noticed "Skills" isn't inside the padding of my section?
No description
majkl
majkl•5mo ago
Did you change that hero font size? Try 18px for starters.
RMON
RMON•5mo ago
It's been changed, I added an alternative font-size in a media query.
majkl
majkl•5mo ago
I cant advise based on screenhot. In the liv version I changed that to 18px in the dev tools and as far a I see, everything looks fine.
RMON
RMON•5mo ago
https://codepen.io/hrphyn/pen/yLrBpmZ Heres the latest CodePen
hrphyn
CodePen
Help
...