I would like to tighten up the upper part of the site by reducing the whitespace in the header and breadcrumb. Any idea what Quick CSS code I need to use for this?
Reducing header and breadcrumb whitespace?
2 posts from 2 voices-
Posted 9 months ago #
-
Hi,
You can try these styles on your custom.css.
.title_container .container { padding: 10px 0 15px 0; } #main .container { padding-top: 10px; } .main_menu { margin: 0 0 10px 0; } div .logo { padding: 0px; }Regards,
IsmaelPosted 9 months ago #
Reply
You must log in to post.














