Regarding the Curb_appeal template. The site shows Custom_6 even when i have no module active in that position. Can i turn off position Custom_6 so it won't show in my site? And can i change the hight off the module where my logo is?
sitecase Hi For logo add this code in custom css
#s5_logo_wrap { margin-top: 11px; margin-bottom: 10px; }
About the module position can you give me screenshot i have not found the position space on your site.
Ninja It is in the same screenshot as is send before. Its where normaly the social-icons are shown. I removed the icons, but the position space keeps showing empty. But i want it to stop showing at all.
sitecase Hi Add this code in custom css
#s5_top_sub_bar_inner { display: none;}
I found only topbar space in last screenshot.
Thanks it worked!