Space between button and box

Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Mon Mar 11, 2013 4:47 pm
Reply with quote
Report this post
Hello
i have a question, if u see this link: http://stardeal.ch/index.php/de/kontakt in the module "ROUTE PLANEN" 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
User avatar
Expert Boarder

GK User
Mon Mar 11, 2013 9:27 pm
Reply with quote
Report this post
HI, you have to add "margin-bottom:5px" to the first input element.
space.png


or try to overwrite using below css code in template configuration:
Code: Select all
#gkSidebar input { margin-bottom:5px;  }

or this one
Code: Select all
.content input { margin-bottom:5px;  }
User avatar
Platinum Boarder


cron