- This topic is empty.
Viewing 7 posts - 1 through 7 (of 7 total)
Viewing 7 posts - 1 through 7 (of 7 total)
- The topic ‘skeleton css responsive framework’ is closed to new replies.
The forums ran from 2008-2020 and are now closed and viewable here as an archive.
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/
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.
Something like `html { overflow-x: hidden; }` should work :) But you might wanna test that on mobiles, they have issues with allowing horizontal scrolling iirc.
Thanks both of you, really appreciate :) I will try.
yep, as croco said it works …bt i have to check in ph so later!
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
Please start a new thread of your own with this query