Announcement

Collapse
No announcement yet.

I'm using the Contemporary Theme. How do I add extra boxes in the sidebar?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    I'm using the Contemporary Theme. How do I add extra boxes in the sidebar?

    Add the following code to 'Works Best with Contemporary' and 'Works Best with Contemporary Brochure Pages' layouts (Design | Library | Layouts | Web Page Outer Layouts). Put it just after the 'Sidebar Best Sellers List in a Box' variable:

    HTML Code:
    <br />
        <div class="sidebox">
        <div class="boxhead">
            <h2>My HEADING</h2>
        </div>
         <div class="boxbody">
             MY TEXT
         </div>
         </div>
    This will display it in the same style as the 'Best Sellers' and 'New Products' boxes.

    Replace 'MY HEADING' and 'MY TEXT' with the relevant contents for the box. Alternatively, you could create variables (Design | Library | Variables tab) for these items and enter the data in the appropriate field in the interface.
Working...
X