Forums

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

Home Forums CSS Fluid web displays to left on mobile and ipad

  • This topic is empty.
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #243326
    Catherinepetra
    Participant

    http://www.catsandroses.co.uk has been built using percentages for widths throughout. Works perfectly centred on my desk top but sits off to left on mobile and and ipads and is not fluid . Argg… I am sure it is something very simple but I am self taught and have no techy friends to ask. Grateful in advance.

    #243327
    Atelierbram
    Participant

    Something else is wrong as well, can’t even connect now; page takes too long to load …..

    ERR_CONNECTION_TIMED_OUT

    #243328
    Catherinepetra
    Participant

    Goodness I am a dunce it is http://www.catsandroses.co.uk not .com
    sorry to waste your time,

    #243329
    Atelierbram
    Participant

    Setting overflow: hidden on #wrapper will probably work here

    #wrapper {
      /* stuff */
      overflow: hidden;
    }
    

    Not sure what causing this, the floated footer which isn’t cleared, or the image with inline width="100%

    BTW there is an error in #nextopeningdiv: missing semi-colon after the value for the color property.

    #243330
    Catherinepetra
    Participant

    Thank you so much, I will have a go and tell you how I get on

    #243359
    Catherinepetra
    Participant

    It worked! thank you so much for your help

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