Hi Synton,
Yes, you can split into 2 lines, but I’m not sure new customization could support responsive.
Go to
Under these lines:
<!-- //TOOLBAR -->
<?php endif; ?>
Add more line like this:
<div class="login">
<jdoc:include type="modules" name="login" />
</div>
Create a module with position “login”.
Then re-style for new custom.
The following is just my suggestion:
#header {
background: none repeat scroll 0 0 #333333
border-bottom: 10px solid #E5E5E5
color: #CCCCCC
height: 262px;
position: fixed;
top: 0;
z-index: 999;
}
#container .main {
padding-right: 0.1%;
padding-top: 231px;
}
#sidebar {
margin-left: -120px;
position: fixed;
top: 270px;
width: 120px;
}
Hope this helps.