A collection of CSS files intended to help developers build sites for any form factor on any device
Questions tagged [skeleton-css-boilerplate]
168 questions
0
votes
2 answers
My skeleton css doen't seem to work
This is the very first time i am trying use skeleton css. Before this I used to use Blueprint css. I am trying a very simple code, but it's not working. Here is my code.

odbhut.shei.chhele
- 5,834
- 16
- 69
- 109
0
votes
1 answer
Media Queries with Skeleton framework
I am having trouble with: http://brybell.me/vipeepz/skeleton/
/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {}
/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen…

brybell
- 67
- 2
- 10
0
votes
1 answer
Skeleton CSS - responsive form
I have a form implemented using skeleton css. I was using a three column (i.e. one-third columns) layout but this resulted in a lot of white space because of the respective lengths of the columns content. I would prefer a horizontal layout similar…

ajguk
- 171
- 1
- 6
- 16
0
votes
1 answer
Flexslider with Skeleton Boilerplate
I'm working with a flexslider plugin with the Skelton boilerplate. However, I can't get the slider to work with large images. Theoretically, the slider should conform the images to the size of the .flexslider class, but it instead only shows a…

Michelle Pinsky
- 13
- 4
0
votes
0 answers
How to swap sidebar in Skeleton CSS Grid on small screens?
I am new to using Skeleton CSS grids, so please excuse my ignorance!
My problem seems a simple one at first, but it's had me a bit stumped.
Say for example, that I have a website with a left column sidebar at 4 columns wide and then a right column…

Michael Giovanni Pumo
- 14,338
- 18
- 91
- 140
0
votes
2 answers
Responsive Design: Why isn't css responding to mobile screen size?
I am working with Skeleton, a responsive CSS framework, and for some reason the css isn't responding to the mobile media query when the screen size is a mobile width.
It is responding to the tablet media query, but it reverts back to the standard…

novicePrgrmr
- 18,647
- 31
- 81
- 103
0
votes
0 answers
Skeleton boilerplate wont load right when i separate the header main content and footer to different views?
i am trying to load skeleton CSS from getskeleton.com in codeigniter, i am using a template system that i separate my header(opening html, links to CSS, the header of the page) in one view, the navigational bar in another view, the main content in a…

John
- 497
- 2
- 6
- 20
0
votes
1 answer
Change attribute from an element when the screen size is smaller then with jQuery
I'm making a responsive website with the use of Skeleton.
I wanted to change a class when the screen is smaller then a amount of pixels - with jQuery
Like this: (of course this can't work)
@media only screen and (min-width: 768px) and (max-width:…

Brampage
- 6,014
- 4
- 33
- 47
0
votes
2 answers
Wordpress - how to resize header image for mobile
preamble:
I am using a somewhat responsive theme (skeleton).
it changes the layout to a single column for small screen sizes,
my problem is:
my header image (that i inserted using the theme options in the admin panel) is not scaling when the screen…

timatgetdim
- 191
- 3
- 5
- 16
-1
votes
1 answer
How can I properly move my navbar to the right of my logo when using Skeleton grid
I'm using the skeleton grids and have vertically aligned my two columns using flexbox. However, this pushed my navigation closer to the logo image, and won't move to the right even using text-align or align.
The HTML:
-1
votes
2 answers
Sidebar together with Skeleton CSS
I am trying to place a sidebar right next to the 960px wide Skeleton container. I have successfully done that, but I am looking for a better way to do that, while keeping the container centered on the screen.
https://jsfiddle.net/dgujg9xb/
aside {
…

MortenMoulder
- 6,138
- 11
- 60
- 116
-1
votes
1 answer
How to make the height of div same as width to create responsive squares when using grid system?
I'm using Skeleton boilerplate to create my grid. The grid I'm trying to achieve consists of 3 squares per row. I have tried making the height percentage (33.33%) but it still doesn't create a square. Thank you! :)

lea f
- 11
- 2
-1
votes
1 answer
css frameworks compared
I am evaluating twitter bootstrap, foundation, and skeleton for a css framework. I am designing a site that will be desktop and mobile ready, including iPad and other tablets. What are the pros and cons of each framework? I've found a few other…

user_78361084
- 3,538
- 22
- 85
- 147
-1
votes
2 answers
Skeleton responsive grid broken - columns dropping down
So, I've just began playing around with the demo of Skeleton, the responsive grid framework.
On my demo page, in the header I've tried to put the H1 in to an eight column div, and the buttons in to an eight column grid - these are inside a 16 column…

user319940
- 3,267
- 8
- 38
- 53
-2
votes
1 answer
(HTML) Text in image if scaled to mobile size (Skeleton Framework)
Im making my first portfolio website using the skeleton framework,
the website looks good on my screen (1920 1080) but if i try to scale it to a phone (nexus 5x) the text automatically goes into the image
Can someone explain it to me why the text…

Luuk Kenselaar
- 161
- 1
- 7