Hello
i have a question, if u see this link: http://stardeal.ch/index.php/lage in the module "STARDEAL OUTLET - ROUTE" the button "ROUTE BERECHNEN" is attached to the box, how can I make that between the two there are a few px of space?
Thanks
#gkRightRight .box:first-child input[type="submit"] {
margin-top: 10px;
}
teitbite wrote:Hi
Please add this code to css:
- Code: Select all
#gkRightRight .box:first-child input[type="submit"] {
margin-top: 10px;
}