Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Remove margin between two divs when wrapping
Message
De
30/03/2017 17:17:55
 
 
À
30/03/2017 16:29:41
Information générale
Forum:
CSS
Catégorie:
Autre
Divers
Thread ID:
01649551
Message ID:
01649552
Vues:
28
A solution which works is to have this on the container:
.Master
{
   margin: 0 -10px;
}
Then, we add the same margins in positive to the divs:
.Left
{
   margin: 0 10px;"
}
.Right
{
   margin: 0 10px;"
}
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform