• Hello, I am using twenty twelve theme for a business website, I am a fairly new user but would say I have good computer literacy. Have been editing my site with lots of useful posts on this forum.
    I just noticed today that I loaded my site from my mobile phone, when doing this the layout alters and page doesnt look great. Could anyone advise of a solution to this?

    https://www.powertracelectrical.co.uk

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

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    For the following CSS customisations, use the Custom CSS section of the dashboard;

    /* Banner reduction in size for mobile devices */
    @media only screen and (max-width: 480px) {
     .slideshow-content img {
      max-width: 100% !important;
      max-height: 100% !important;
     }
    }

    Thread Starter bdjohnson23

    (@bdjohnson23)

    Thanks for this, have added code to css and had a play with the widths etc but not much luck.

    If anyone could view site on mobile device and let me know further advice, I would like the main page area same width as the slideshow currently is. At the moment the main conten t is very narrow and the slideshow full width.

    https://www.powertracelectrical.co.uk

    How to make it in other way?
    My site is only for mobile devices, i don’t want desktop(full) version, only mobile.
    Is it possible? And how to do it?

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    @msiem,
    You can discuss that in your own thread.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Twenty Twelve Mobile Device’ is closed to new replies.