I am really getting desperate. I made a main div and set its width to 100%. Also there are a three elements inside (header, article, aside), which I set to 70%. And I made a media querie for mobiles, which set the width for those elements to 100%. For some reason I can´t figure out, none of this is working and it looks like shit on mobile!
@Marcella, some thing you can look at.
For the header, article, aside selectors (normal view and media query) there’s padding added to the set width size.
I am really getting desperate. I made a main div and set its width to 100%. Also, there are three elements inside (header, article, aside), which I set to 70%. And I made a media query for mobiles, which set the width for those elements to 100%. For some reason I can´t figure out, none of this is working and it looks like shit on mobile!
Hey @Marcella Your image is not responsive maybe that is the reason. Changing the width of just the div in which image is will not change the width of image itself set the width of #image to 100% and height to auto. And also maybe you should reduce the padding around h2 for small screen sizes.