I want to narrow as much as possible the gap between the sidebar widgets are arranged in top and bottom .
Please answer me.
Hi hjs200!
Which from all the demos we have you are using?
Can we see a live version of your site?
You can add to your custom CSS
section.widget {
padding-top: 0px;
}
but we can help more, if we actually see the issue.
Thanks a lot
Best regards,
Basilis
My web page : http://coresecu.cafe24.com/?page_id=2936
See left sidebar.
I want to narrow as much as possible the gap between title widget and custom menu widget. Cause the distance between them so far
Please answer me.
Hi,
Please try the following in Quick CSS under Enfold–>General Styling:
#nav_menu-4 {
padding-top:0px !important;
}
Regards,
Rikard
Thank you so much!