Forums

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

Home Forums CSS Mobile page width.

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

    Hi guys,

    I’m having an issue with how my site displays on mobile. The site is https://www.hostjobs.ie.

    I would like the width of the content area to be around 90% of the screen. It appears that I have a large margin left and right.

    I’ve went through the CSS and can’t seem to find where it’s coming from.

    Can anyone offer some advice?

    #282310
    Shikkediel
    Participant

    The style has fixed widths defined in the media queries (on line 124 of responsive.min.css):

    @media only screen and (min-width:480px) and (max-width:767px) {.container{width:420px;}
    
    #282608
    EvaStay
    Participant

    A very good post. Thanks to the author. It is very important to support and help students.

    #282965
    khatran
    Participant

    I have a similar problem, thank you for your help

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