Website not "mobile friendly"
-
Hi, I added some custom css as well as my own background to my website, but it doesn’t work in mobile. Is there anyway to make my website mobile friendly without changing the desktop version?
The blog I need help with is: (visible only to logged in users)
-
Hi there, using a background image with a white area to go behind your content on responsive designed themes such as Hemingway Rewritten is a little difficult to implement well. The content area in Heminway Rewritten is 1040px wide, but the white space you have for your content is only about 770px in width, so we can address part of the issue by narrowing the content area from 1040px down to 700px (gives 35px of space on each side of the content) with the following CSS.
.site-content { width: 700px; }Give the above a try and see what you think. If it works, on the CSS editing page, in the Media Width field below the CSS area, enter 700 so that any images you insert into your site will use that as a maximum width.
- The topic ‘Website not "mobile friendly"’ is closed to new replies.