How can I change the BreakPoint in Control Center?
Nothing happens when I click on BreakPoint to make changes.
Please elaborate. Show us what you’re doing and what you’re expecting to happen when you do it. Screenshots and / or screen recordings help in explaining your situation.
You cannot change those. That is simply a reference guide so you know where the breakpoints are located.
There are enough individual breakpoints that you shouldn’t need to change them.
What are you attempting to accomplish?
OK. So by default this is what that project file looks like on a mobile device:
This means something you’ve added, or a setting you’ve adjusted is making it extend a bit too far. It is likely the font size for your header “Widding kaffesystemer AS” as headings are not designed to break mid-word. This means it will extend past the bounds of the container, and often cause the problem you’re seeing from your modifications. Adjusting the font size at each breakpoint for your content is just one of those things we as web developers have to do.
This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.