Site logo

mobile

Post image position on mobiles

I made some posts in my new blog and had left-aligned images, with the text flowing around them. When I checked them on my mobile, the images were floating above the text as I expected, but they were left-aligned and there was no white space below them. After many unsuccessful attempts to centre the images, … Read more

Mobile Problems

I have a ‘client’ images which contains a list of my clients, I have made this into a png file and contained it in a section which works fine on the desktop version of my site. When I take a look at this via a mobile the image is not squeezing down to fit the … Read more

Mobile Theme

Hey Tom, I have finished designing my website using GP Premium, and I went to then start working with the mobile version of the site using WP Touch Pro and noticed that their themes werent loading. The GP Premium template loads each feature exactly as it is on the desktop version all scrunched together in … Read more

How to Remove Background Images on Mobile?

Hi Tom, I’m trying to make Section background images disappear when the site is being viewed on mobile devices. I’ve set background-image:none in my media queries, but per Firefox Inspector it seems that all Section backgrounds are being set as inline styles. Here’s the code I’ve been using: @media screen and (max-width: 960px){ #generate-section-3 { … Read more

My Site Won't Work on Mobile Devices

Hi Tom, I am using your Freelance theme. When I try to view my website on my iphone, I get the error message “Oops! That page can’t be found.” Sometimes I can get a page to load, though. How do I fix this? It happened on two friends’ phones, as well. my website is naptownsings.com … Read more

Mobile menu link appears in desktop browser

After the most recent update, I find the mobile menu link now shows up when viewing the site on the desktop. I find I can remove this by removing the following line in navigation.php: <h3 class=”menu-toggle”><span class=”mobile-menu”><?php echo apply_filters(‘generate_mobile_menu_label’, __( ‘Menu’, ‘generate’ ) ); ?></span></h3> However I think this is needed for mobile viewing. Any … Read more

Mobile, Tablet, and Desktop breakpoints

http://unsemantic.com/css-documentation Currently, when I dig into the css files I only see support for mobile. Am I cruising over something? Do you plan to add tablet support? I find myself using the tablet-grid-xyz plus grid-xyz often but those “in-betweener” points maaaan, would be helpful!