In Layout
Manager, you can set
up the Header Sub Container
that is the section located
below the big
banner. See Chapter 4.1.1.6 Header Sub Container for more information.
If you wish to modify the Header Sub Container manually, you need to modify the “shoppage_header.htm” template file located in the “templates\default” folder.
Please follow the steps below:
1. Open the “shoppage_header.htm” file using text editor.
2. Locate the code below:
<div class="" id="vp_welcomeboxstretch">
<%welcomeboxstretch%></div>
</div>
3. If you want to remove the Header Sub Container, simply delete the code above.
If you want to move the Header Sub Container to another
position, then please move the code anywhere in your site that you wish to display
the box.
Note: You must move the whole string including the ID, because the ID is recognized by Layout Manager.
The ID name that contains the prefix “vp_” indicates that the object is used in Layout Manager in the Administration. While the ID without prefix “vp_” would be a general CSS statement.
You must include the whole code
<div class=""
id="vp_welcomeboxstretch">
<%welcomeboxstretch%></div>
</div>
not just <%welcomeboxstretch%> only, so that Layout Manager can detect the section in the Layout Manager Administration Panel.