• ok, so, everything on my customized Twenty Ten theme is mobilized and fitting to the size of an iPhone. The way that this is done, basically, is to go through every class and div of the style sheet and override it’s width to 100% by using another style sheet which i call mobile.css.

    Here’s the problem …

    I see that the background of the WordPress template is set dynamically by going to Appearance->Background in WordPress Dashboard.

    The only div element that i can’t find to set it’s width to 100% is this background image.

    Does anyone know where i can find the width values of it so that i can edit it?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Isn’t it applying to the <body> element?
    Can you use background-size?

    Thread Starter devgirl

    (@elfynity5)

    ok, i kind of figured it out – it’s one of these that was the problem: #access .menu-header,
    div.menu,
    #colophon,
    #branding,
    #wrapper

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Twenty ten – making mobile’ is closed to new replies.