The site link is http://mybundlesboujee.com
Here are images to how the product page looks on a customer phone and then on my phone.


facebook photos upload
I also noticed that in the customer's screenshot she isn't being redirected to www.mybundlesboujee.com and instead is at mybundlesboujee.com. I am not a iPhone user, so i'm not really sure how url's are displayed in the browser. But if it has something to do with the www. Here's a little snippet from htaccess file. Maybe something in it is wrong. I just don't know. UGH
RewriteBase /
RewriteCond %{THE_REQUEST} \ /index\.php\?_route_=?([^&\ ]*)
RewriteRule ^ /%1? [L,R]
RewriteRule ^sitemap.xml$ index.php?route=feed/google_sitemap [L]
RewriteRule ^googlebase.xml$ index.php?route=feed/google_base [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} !.*\.(ico|gif|jpg|jpeg|png|js|css)
RewriteRule ^([^?]*) index.php?_route_=$1 [L,QSA]
RewriteCond %{QUERY_STRING} ^route=common/home$
RewriteRule ^index\.php$ http://www.mybundlesboujee.com? [R=301,L]
RewriteEngine On
RewriteCond %{HTTP_HOST} !^www\.
RewriteRule ^(.*)$ http://www.%{HTTP_HOST}/$1 [R=301,L]