Trouble with styling of design on mobile viewports

Hello all,

After several watching Webflow videos and banging out some images on illustrator, I finally got my portfolio looking the way I want it. The problem is that the page looks disastrous in mobile view. This is my first attempt at designing a page, so I don’t know where to even start. The paragraphs are in the wrong places and the icons are too large and/or all bunched up. I thought I’d be able to simply go into the mobile view and change things to a smaller scale, but to my surprise changing certain things in mobile also effects the computer view.

Sorry for the basic question. I barely learned about containers and why they are necessary. My first version didn’t have any, so I had to go back and do a lot of it over. I’m guessing I’m probably missing something that’s fundamental to making responsive pages. Any help would be greatly appreciated.

Thanks in advance!


Here is my public share link: https://preview.webflow.com/preview/jaedgo?preview=aa7d3605899f385ab60b286af9391a0b

(how to access public share link)

Hi, and welcome to Webflow.

The structure I usually work with is Section>container>content. Where the section has padding to set the space on the inside and the height is set to auto. By having the height on auto, the section will automatically change for mobile views. Then all you do is change your image width or font sizes as you go down through devices and everything should be pretty good. Your site seems to be structured very differently than how it should be, with many sections having margins and also manual heights instead of using padding around content to define height.

This site may help with CSS http://help.webflow.com/css-properties and I definitely suggest watching some of the videos here http://help.webflow.com/courses/getting-started before getting started. Also the Youtube page is very helpful https://www.youtube.com/channel/UCELSb-IYi_d5rYFOxWeOz5g/videos

This video, which I’m just watching now seems to be all about site structure in webflow Webflow Workshop #27: Best practices for site structure and class naming convention - YouTube

Don’t get discouraged, I watching probably 10 hours of videos before I successfully built a full responsive site in Webflow. Carve out some time and watch every video you possibly can and I guarantee you, it will all become clear. Good Luck!

2 Likes

Just to be clear, changing styles in mobile view only affects mobile view. If you’re actually modifying content (adding an image, deleting a div block, modifying text, etc.), then that affects all views. But style changes only affect the view you’re in, plus any smaller views. For instance, making a style change in tablet affects mobile landscape and mobile portrait, too. :thumbsup:

You can also receive responsive design by using the VH/VW/EM measurement system, although this takes some time to learn and master, but can save you a lot of time in the long run. :wink:

Don’t use divs to push content!

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.