Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Responsive Web Design, Not Responding :S

  • This topic is empty.
Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #38346
    OpelM
    Member

    Hello,

    I have been trying to get my new site template to adapt to mobile devices. So far it works when I resize the browser window. Problem is it doesn’t work on mobile devices. It displays as a regular web page.

    Here is the web page: http://opelm.com/test/

    If anyone can offer me a solution, and even suggestions as to what I must add to my site in terms of CSS that would be helpful.

    I’m new to this whole responsive design thing.

    Thanks!

    #103872
    Caleb Williams
    Participant

    It’s working in iOS. What mobile device are you using?

    #103873
    OpelM
    Member

    I tried on my friends iPhone4 and on his Android phone. To be honest I don’t have a smartphone myself Lol so testing is a pain.

    #103875
    RyanMTD
    Member

    I’m not sure if you are using media queries to specify css rules for your different devices/screen sizes, but for an iphone for you would need to use this media query, and put your iphone/phone css rules inside this query

    /* iPhone 4


    */
    @media
    only screen and (-webkit-min-device-pixel-ratio : 1.5),
    only screen and (min-device-pixel-ratio : 1.5) {
    /* Styles */

    }

    Ryan

    #103877
    Caleb Williams
    Participant

    OpelM, you can test using iOS and many Android browsers at BrowserStack.com. Give them your email and you get something like 60 minutes of free testing and then you have to subscribe, but it should help you at least get started.

    #103899
    OpelM
    Member

    Thanks for the replies guys. I will try out your suggestions and post an update.


    @Caleb
    : I found a site which emulates mobile devices. Let me know what you think about it: http://www.mobilephoneemulator.com/

    #104119
    OpelM
    Member

    Hey guys is it possible to get screen caps of what my site looks like on your mobile phones. Unfortunately I don’t have a smart phone and can’t test out the site. I’ve tried various mobile phone emulators and they show different results.

    http://www.opelm.com/wptest/

    #104216

    Hey Folks,

    Take a look at my company’s new responsive design website http://www.dronamobile.com, you would be able to push and pull the browser window to test the “responsiveness” of this website. When I reduce the width of the browser, everything just flows “under” the browser frame and is cut off, just like the web content. Do explore and share your feedback about it…

    TeamDeltecs

    #125508
    shivu
    Member

    Hi
    i did responsive web design for my office website but it showing me white space
    for right side and it working in when i re size browser . but it not working samsung note 2

    #125510
    Paulie_D
    Member

    @shivu Please start a new topic for your problem

    It would also be helpful if you would provide a link.

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Responsive Web Design, Not Responding :S’ is closed to new replies.