On Mobile #content is only 96% wide
-
On mobile devices – the main content area “#content’ is only 96% wide, the other areas above and beneath it are 100% wide – and it’s left aligned so looks oddly positioned.
Your css is:
@media screen and (max-width: 767px)
#content, #content-right, #content-full {
width: 96%;
clear: both;
float: left;
padding: 20px 2%;
margin: 0 0 20px;
}Why isn’t it 100% wide? Can it be changed?
Customising the theme using ‘Additional CSS’ doesn’t seem to effect the width.
i.e. #content { width:100% !important;} doesn’t work.
Why??The page I need help with: [log in to see the link]
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘On Mobile #content is only 96% wide’ is closed to new replies.