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
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;
}
Please login or Register to submit your answer