Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- The topic ‘styling questions’ is closed to new replies.
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! :-)