Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Remove margin between two divs when wrapping
Message
From
30/03/2017 17:17:55
 
 
To
30/03/2017 16:29:41
General information
Forum:
CSS
Category:
Other
Miscellaneous
Thread ID:
01649551
Message ID:
01649552
Views:
27
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
Previous
Reply
Map
View

Click here to load this message in the networking platform