If you have questions about using mojoPortal, you can post them here.
You may want to first review our site administration documentation to see if your question is answered there.
Hi,
I am migrating a site into MojoPortal. Our Home Page does not require a Page Title. I can see how to remove the title in page settings, but I'd like to remove the space allocated to the title, so that my content can begin immediately below the header.
I cannot see what to change in style.css or layout.master to achieve this. I am thinking that I'll use a different skin for the home page, to allow other pages to use the page title feature.
Many thanks,
Colin
Hi colin look for this <portal:SiteTitle id="SiteTitle" runat="server"></portal:SiteTitle> in yor layout.master.
Thanks for your response.
I was actually referring to the page title, but my question was flawed. If you opt not to have a page title in the settings, the space the title uses is not allocated as I had presumed. The problem I was experiencing was art-post-body padding and some whitespace that had inadvertently found itself into my content.
Problem resolved.