Forums

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

Home Forums CSS [Solved] problem with site in safari only

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #189438
    was955
    Participant

    hi

    I’ve been for the last week fighting with this site
    http://www.refraf.com/

    the site template was responsive and i removed this responsive from the site

    now it looks like the desktop everywhere except in safari like iPhone or iPad

    it shows strange scroll and goes to right for lot of width

    can some on e point me to something

    #189439
    Paulie_D
    Member

    Wait!

    You DON’T want it to be responsive….how 1990’s?

    Why use a responsive template and then cripple it? You’re bound to cause yourself issues doing that…as you have found.

    Anyway, if you don’t want it to be responsive, try removing the device-width meta

    <meta name="viewport" content="width=device-width, initial-scale=1">

    Whether that will help I don’t know.

    #189440
    was955
    Participant

    thank mate

    first removing responsive is client request not me

    and about your suggestion helped me thank you BUT

    u see there is still some space on the right

    http://awesomescreenshot.com/0023xnrib1

    #189441
    was955
    Participant

    well i want to tell u i solved it by removing min-width: 1230px !important;

    body {
    background-color: #f9f8f4;
    color: #666666;
    font-size: 13px;
    margin: 0;
    min-width: 1230px !important;
    padding: 0;
    }

    thank you for your help

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