Hello,
I have two styling questions about http://www.autostoomdienst.nl/wp
I would like to create a border around the footer (top, bottom, left, right), black, 2 or 3 px. How can I do this?
Second question: how can I increase the space between menu-buttons and slider on the homepage?
Thanks for your answer!
Hi famewebdesign!
Please add following code to Quick CSS in Enfold options under General Styling tab
#footer {
border: 3px solid black;
}
.home .content {
padding-top: 100px;
}
Best regards,
Yigit
Thanks Yigit! :-)