Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Mobile Width Issues Reply To: Mobile Width Issues

#265036
Beverleyh
Participant

Google might be more helpful if you have a firm idea of what you need to research. The developer console should help you there – that’s F12 in most browsers. Use it to inspect elements, traversing up and down the DOM to see what CSS is applied in the styles pane. From there you’ll be able to make edits directly in the browser, then when you’ve made the changes that fix your width/layout issues, transfer the changes to your stylesheet. The element selectors and stylesheet file names will be given to you. And a happy side effect of learning to use the developer console, is helping you identify the pertinent CSS and HTML that you can in turn use to make a reduced CodePen demo for us to further help you, should you need it ;)