Skin design
Installation and Configuration
This CSS is why the tabs are behind the title section here:
http://s.sogln.de/news
.sb-container-tabs {
padding: 32px 12px 0 12px;
margin-bottom: -12px
}
This is found in the SiteBuilder modules CSS file, but can be added to any one of your skins CSS files to override it. So add this to any one of your skins CSS files and it should fix that:
.sb-container-tabs {
padding: 32px 12px 0 12px;
margin-bottom: 10px
}
As for the width, change the #content width from
max-width:100%;
width:100%;
Be sure to reset your cache after making the changes.
ACP > Core > System Core > Tools > Reset Cache
http://s.sogln.de/core/cache_reset
Hope this helps!
updated by @douglas: 09/11/17 06:51:55AM