Support » Theme: Coeur » Coeur not working correctly on mobile devices

  • Resolved CourtneyW

    (@courtneyw)


    I have downloaded, customized, and installed the Coeur theme on my website. I love the way it looks and the ease of use. However, when you access the site from a mobile device, the entire site shows up tiny and the user must zoom in. Is there a way to adjust this?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Did you include a link to your site, so that others can see the problem?

    Thread Starter CourtneyW

    (@courtneyw)

    Sorry, I didn’t! It’s http://www.ouralabamalife.com.

    Everything looks great on an actual computer. It’s on mobile devices that the sizing is off.

    Add this inside of head tag, just below your CSS files. You’ll find the <head> tags inside of the header.php file of your theme.

    <meta name="viewport" content="width=device-width, initial-scale=1">

    Additionally, the problem rests in your ads. Some of them are too wide to fit on a mobile layout, and are breaking the viewport width as a result. If you’re using Google AdSense, check into their dynamic ad options.

    Thread Starter CourtneyW

    (@courtneyw)

    That code is already in place. Any other ideas?

    It’s working great on a site I just worked on. So likely some content you inserted or something is not responsive and so breaking the responsiveness of this theme.

    EDIT: just checked by resizing my desktop Chrome window, as well as on my Android phone. Your site looks/works great at all resolutions as far as I can tell. Did you get it fixed?

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Coeur not working correctly on mobile devices’ is closed to new replies.