• I’ve created a site for our Camera club http://www.mwcc-photo.org and used Twenty Thirteen with a child theme that alters the colors, then sets the max width to 83% and narrows the sidebar a little bit. Looks fine on a PC screen, but on an iPad, the content is in a thin little column, the menu doesn’t work fully – you can’t click on “forum”.

    Did the changes I made to the CSS really make it so horrible on the iPad?

    Steve

Viewing 4 replies - 1 through 4 (of 4 total)
  • What happens if you use the unedited parent theme?

    Thread Starter steheap

    (@steheap)

    I was just thinking of trying that – but then I thought people reading this post would get confused

    Steve

    No – this would be part of the most basic troubleshooting.

    Thread Starter steheap

    (@steheap)

    Good point – I apologize. I’ve backed out the size changing attributes in CSS and the site now looks OK on iPad except that the search function in the header menu overlaps one of the menu items and hence makes it inoperable.

    So I guess my question is why my simple child mods which were:
    .sidebar .entry-header,
    .sidebar .entry-content,
    .sidebar .entry-summary,
    .sidebar .entry-meta {
    max-width: 83%;
    padding: 0 386px 0 60px;
    }

    .site-main .widget-area {
    float: right;
    width: 240px;
    }
    ————————–
    broke the display on an iPad?

    Steve

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Theme: Twenty Thirteen] Looks bad on iPad’ is closed to new replies.