Forums

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

Home Forums CSS Responsive site width

  • This topic is empty.
Viewing 11 posts - 31 through 41 (of 41 total)
  • Author
    Posts
  • #129071
    budha210
    Member

    Even this doesn’t work!

    [div class=”quote”[
    [h1 class=”h1″]Hi my name is Brian Mireles.[/h1]
    [h2 class=”h1″]I am a Designer, Developer and Illustrator[/h2]
    [h3 class=”h2″]I’m not perfect. But my pixels are.[/h3]
    [/div]

    #129078
    Dheer
    Member

    I can’t seem to recreate the error. Tried multiple devices.

    I am wondering if this could be something else. I have had JS do some random stuff in the past. Try a couple of things and see if it makes a difference.

    1. Add these two just before closing the body tag (also a best practice) – Leave respond.min.js in the header, I have changed the jquery version here, try the one below:

    [script type=”text/javascript” src=”http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js”%5D%5B/script%5D

    [script type=”text/javascript” src=”scripts/jquery.flexslider.js][/script]

    2. If that does not work, remove respond.min.js and see if that makes a difference.

    3. If all else fails you could try http://fittextjs.com/

    #129084
    budha210
    Member

    Yeah, I usually put my js before the closing body. Moved it when trying to troubleshoot this.Thanks for testing! I will try these steps.

    #129094
    budha210
    Member

    Tried 1 and 2. Nothing changed. Even updated the respond.min.js and nothing. I would much rather avoid adding more js. Im going to still plug away at it and see if I can get it. My OCD will not let me let this go unresolved! lol

    #129101
    budha210
    Member

    If i apply… header{height:400px}. It works fine. Anything less it doesn’t. (Insert rage face)!

    #129109
    budha210
    Member

    Ok…
    I have tested on my GS3. It only happens in chrome. It looks fine on the default samsung browser, dolphin, and opera.

    On my wife’s GS2 with Chrome it looks fine. Even on my desktop in Chrome 25 it looks fine live.

    What gives?

    #129111
    Dheer
    Member

    Chances are its a browser bug.

    You could try resetting the settings, clearing history etc.

    #128795
    Paulie_D
    Member

    I use Chrome on my HTC One X and it looked fine in both portrait and landscape and when switching between the two when I last checked yesterday.

    Although it’s currently broken… :)

    #129138
    Kitty Giraudel
    Participant

    I am the only one finding ironic to see “I’m not perfect but my pixels are” in a CSS related question regarding positioning?

    Anyway, looks great on both portrait and landscape on my Samsung Galaxy SII.

    #129140
    budha210
    Member

    > I am the only one finding ironic to see “I’m not perfect but my pixels are” in a CSS related question regarding positioning?

    Exactly! Thats why its not live, and thats why I’m OCD about it! :-)

    #129163
    budha210
    Member

    Thanks for your input guys. I’m gonna go a different route.

Viewing 11 posts - 31 through 41 (of 41 total)
  • The forum ‘CSS’ is closed to new topics and replies.