Hi
I looked you site in an emulator and it looked good but looked like you said in a Andoid mobile. The rich girl poor girl is breaking, please check it.
Thanks
What part is breaking it? I’m going through it and can’t see what the issue is but that isn’t surprising since I am not super tech savvy. What part of that do I need to change?
Hi.
I seem to be having the same problem. On mobile… my site seems to be setting up the layout/ arrangement for mobile.. but not increasing font size and size of remaining styling elements.
Trying to fix old blog for new content. Have a looksie on mobile here: http://www.thefashionfellow.com teeny! Any thoughts/ help advice warmly welcomed.
I didn”t know if I should start a new thread about this issue but I have narrowed down my problem. I have slowly been changing all my posts to have a “read more” so my home page doesn’t look cluttered and that seems to have corrected the responsive issues on the homepage. But when I click on a post that has code from the site Polyvore (I have quite a few of these and they are an important part of these posts) those posts still have unresponsive layouts. Here is an example of one of the posts that don’t respond to mobile layout. http://livelovesara.com/2015/03/vacation-packing-list/
This is one of the code from Polyvore that I use to put the picture in my post. They are all like this code just for different pictures.
<div style="width: 600px; margin: 0 auto;">
<div style="position: relative;"><a href="http://www.polyvore.com/travel_light_in_carry-on_packing/set?.embedder=1952332&.svc=copypaste&id=152227101" target="_blank"><img title="Travel Light in a Carry-On Packing List" src="http://cfc.polyvoreimg.com/cgi/img-set/.sig/jwRqwcc6wJyOWWOQQQw/cid/152227101/id/HiaRF6PK5BGq0Rijmyklpg/size/c600x1021.jpg" alt="Travel Light in a Carry-On Packing List" width="600" height="1021" border="0" /></a></div>
</div>
Is there something that I can fix in here to make these posts mobile responsive? Thanks for your time.
Sara
I narrowed down my issue to posts that have embedded code from a site called Polyvore. I have a lot of these posts so it was causing a lot of issues. I found if I change part of the code <div style="width: 600px; margin: 0 auto;"> to <div style="width: 100%; margin: 0 auto;"> it fixes the problem. I hope this helps anyone else that may be having issues in regards to embedded Polyvore sets affecting the mobile responsive layout.
I fixed the issue by changing the above code. It is now resolved.