Forums

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

Home Forums CSS skeleton css responsive framework

  • This topic is empty.
Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #44313
    devil3682116
    Participant

    when you resize the browser window scroll bar shows up because of the ribbon used in navigation as they were positioned absolute, is there any method to remove that scroll bar?? here is the link
    http://demo.capitaleyenepal.com/scrollbar/

    #132835
    Paulie_D
    Member

    You mean the horizontal scrollbar.

    That only appears when the screen isn’t wide enough to cope with the width of the container plus those positioned elements.

    So, in short…not really unless you change the media queries appropriately.

    #132836
    CrocoDillon
    Participant

    Something like `html { overflow-x: hidden; }` should work :) But you might wanna test that on mobiles, they have issues with allowing horizontal scrolling iirc.

    #132839
    devil3682116
    Participant

    Thanks both of you, really appreciate :) I will try.

    #132842
    devil3682116
    Participant

    yep, as croco said it works …bt i have to check in ph so later!

    #148862
    mika
    Participant

    Hi folks,

    i’m newbie with Skeleton framework.

    I have 8 units of “class=”two columns” units (w:100 h:150) in one row. How can i make these units to reorder nicely in tablet and mobile and keep size the same?

    now they just stretch one by one full width in mobile.

    / Mika

    #148866
    Paulie_D
    Member

    Please start a new thread of your own with this query

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘skeleton css responsive framework’ is closed to new replies.