Test Your Website

Visitors



43.3%Netherlands Netherlands
5.9%Germany Germany
5.9%United States United States
3.9%Belgium Belgium
3.9%India India
3.8%Spain Spain
3.3%Italy Italy
3.2%Poland Poland
2.6%France France
2.5%United Kingdom United Kingdom
2.3%Greece Greece
1.6%Russian Federation Russian Federation
1.2%Japan Japan
1.1%Australia Australia
1.1%Canada Canada

Today: 136
Yesterday: 332
This Week: 1922
Last Week: 2391
This Month: 6079
Last Month: 9098
Total: 25247


Article & Row Separator

There are 2 "separators", one for space between articles and one for space between rows of articles.

 

Structure with classes and id's

 

Article separator
-----------------
div.item-separator

Row separator
-------------
span.row-separator

 

For our example website we only style the row-separator. The row-separator is placed at the end of the last column. So when you have two articles in a row, like the example website, the row separator is placed after column 2.

 

To see the effect of the row-separator we made a printscreen of the space where article 3 meets article 4. Article 3 is in column 2 and article 4 is in column 1.

 

Artikel en Rij ruimte

 

CSS

 

/* ---------------------------
   Article / Row separator
---------------------------- */
/* Article separator */ 
div.item-separator {}

/* Row separator */ 
span.row-separator {
	clear: both;
	display: block;
	height: 15px;
}

Print screen after applying CSS

 

Artikel en Rij ruimte

Comments (0)
Post a commment or ask a question!
Your Contact Details:
Comment:
Security
Please input the anti-spam code that you can read in the image.