Forums

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

Home Forums CSS Mobile help please

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #177975
    LeonardoCSS
    Participant

    Hey everyone, I’m currently working on a blog website and everythings fine except for mobile on one page. That page: http://marieevelariviere.com/?page_id=14 is messed up on mobile, I’m testing with safari on iPhone 4S (320×480).

    I’ve put the background-color to red on the elements that need to be in line (2 posts per row). Looks like there’s a problem with the width of columns or something like that, I’ve been looking and trying for 5 hours and still found nothing. If you could help me find a solution, that’d made my day. Tell me if you need more info.

    #177981
    Paulie_D
    Member

    Not seeing anything red if FF or Chrome

    Page doesn’t seem very responsive though.

    Also you might want to remove the “maximum-scale” property from the viewport meta

    #177988
    LeonardoCSS
    Participant

    Hi Paulie, you probably don’t see the website using a phone but an emulator.

    Using Chrome or Safari on iOS, you can see them:

    https://www.dropbox.com/s/mbqg1cgozd04d4x/2014-08-06%2012.28.59.png

    here’s my css for now,

    #masonicumnacb9 ul .span3{
    background-color:red;
    width:115px;
    height:115px;
    display:inline-block;
    position:relative;
    transform:none;
    }
    page is not responsive for now, I’m still trying to find the problem with the grid.

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