Questions tagged [skeleton-css-boilerplate]

A collection of CSS files intended to help developers build sites for any form factor on any device

Resources :


Related tags :

160 questions
3
votes
6 answers

Skeleton CSS - how to span the width of the screen?

I'm looking at www.getskeleton.com. My header and footer are supposed to span 100%. Can I do this without "breaking" the framework? Or am I supposed to restrict my layout to 960px?
StackOverflowNewbie
  • 35,023
  • 98
  • 252
  • 421
2
votes
1 answer

Vapor not rendering file through Leaf

I am trying to add a Skeleton-templated view to a recent Vapor 2 app that, so far, only produces JSON output with a MySQL database. If I use the following minimal code: get("viewTest") { req in let params = try Node(node: [ "name":…
Nick
  • 3,359
  • 18
  • 29
  • 40
2
votes
1 answer

Nginx server does not load css files from skeleton framework

Hey there, I'm new when dealing with NIGNX servers and Linux. My HTML file is displayed but my server does not load the CSS files. The only thing I found was this line include /etc/nginx/mime.types; which I include in the http block. After that I…
schosch
  • 33
  • 4
2
votes
2 answers

Alignment & Overlapping Issues (Skeleton.css)

It's my first time posting on Stack Overflow so bear with me. I've been trying to make a design responsive and I've found a couple of irritating issues. I'll chuck a link to the page I'm talking about and if you're up for a challenge you can check…
Jess
  • 23
  • 3
2
votes
1 answer

Skeleton image and text in adjacent columns

I'm a CSS beginner having a problem with Skeleton when the browser is resized. I have an image and text next to each other in columns as shown below (except much more text than shown below). This works fine, but when you reisze the browser to make…
Paul
  • 43
  • 4
2
votes
2 answers

What's causing the body tag to widen?

I'm using Skeleton CSS Boilerplate Two different pages of my website, similarly structured, are slightly laterally shifted away from each other. This is causing a jarring effect in the navigation bar when navigating from one page to the other. Upon…
thanks_in_advance
  • 2,326
  • 5
  • 19
  • 39
2
votes
1 answer

iframe refusing to be responsive inside container div

I'm trying to make iframe responsive inside div, there are plenty of resources on the web on how to do this, but the common solution is not working for my case for YouTube video embeds. I'm using Skeleton CSS Boilerplate. I have a nested div…
2
votes
1 answer

Change Breakpoint in Skeleton CSS

I'm looking to change the breakpoints in Skeleton CSS grid. Essentially I want the right hand column to stack underneath the left six columns once the browser hits 1000px. Here is sample code of what I'm working with:
u111937
  • 287
  • 3
  • 15
2
votes
0 answers

Skeleton Framework - 3 columns layout - Fails to reduce

I am tasked with the job of converting a 3 column site to a responsive design. I am using Skeleton framework and it renders correctly in a mobile (each column is stacked one below the other) and normally in a desktop. But it doesn't stack up in a…
2
votes
2 answers

different column height in a row

I do not have much experiences in CSS, and I want to achieve a layout illustrated as below: A has a corresponding side div B, C has a corresponding side div D. B and D both are hided, only when click on A, bring out B, click on C bring out D. The…
Sawyer
  • 14,431
  • 26
  • 79
  • 119
2
votes
2 answers

Change class of div depending on display size

So I'm using the Skeleton Framework (getskeleton.com) to make web development and design easier. It uses classes in order to change how much space an element is going to use in the grid. For example, to use half of the space you would set the class…
José María
  • 2,563
  • 5
  • 23
  • 40
2
votes
3 answers

Why is there a space before first column in skeleton?

I am using skeleton. I am using one-third column three times. But the third one is not on the same line and is breaking away from the row. It is in the next line. Also there is a white space before the first column. I am using following HTML…
user4409899
2
votes
1 answer

Changing font size in button w/ Skeleton grid

I'm having difficulty making the font larger within the button inside skeleton grid. How would I go about making the font-size without making the button itself bigger? Any help is appreciated. html:
Waymond
  • 229
  • 5
  • 20
2
votes
1 answer

the utility of 960gs and skeleton

i've a simple question. I'm learning now webdesign, but i find very difficult having grids based on pixels; the matter is due to responsive elements. I can't just insert mediaqueries, because images, for example, have to resize for every pixel, not…
FrancescoN
  • 1,766
  • 7
  • 28
  • 40
2
votes
1 answer

How to center content in a div in responsive skeleton?

There are similar questions to this but none of them are solving this problem. I have built my site using a skeleton framework (http://www.getskeleton.com). For some reason, when i try to apply padding or any margin greater than 5px to the content…
Pooja CL
  • 61
  • 2
  • 8
1
2
3
10 11