@knudkp:
1. The following css is not needed. It must be there when you are using Catch Base free theme which doesn’t have layout “No Sidebar (Full Width)”. But in Pro version, you can select layout “No Sidebar (Full Width)” http://catchthemes.com/demo/catch-base/layout-options/no-sidebar-full-width/
.no-sidebar.content-width #main { width: 100%; }
2. The following css is to remove page tittle. You can add comment like this
/* Hide Page Title */
.page .entry-title { display: none; }
3. The following css removes padding top and padding bottom in your Footer Sidebar Widgets.
/* Remove Spaces in Footer Widgets */
#supplementary .widget {
padding-top: 0;
padding-bottom: 0;
}
4. The following css removes border in your Promotion Headlines.
/* Remove border in Promotion Headlines */
#promotion-message { border: none; }