Hopy
asked 6 years ago

How to add more space (margin) after search bar? I’m using Theme 5 in Knowledge Base
URL to check: https://dds.codex.works/daftarbidang/
Link preview: https://ibb.co/mCkHhT

1 Answers
DominicStaff
answered 6 years ago

If you want to add more space after the search bar, you can use the following code in the style.css file. 

.dwkb-search-form {
    margin-bottom: 4em;
}
Powered by DW Question & Answer Pro