Jump to content

Images down the sides


MJPMalc

Recommended Posts

I'm sure bsmither will come back with the answer.

If not, I'll respond with details when I'm back in the office tomorrow.

Theres no built in method, you'll need to add html code to main.php in the foundation skin folder

 

Link to comment
Share on other sites

In the main.php template, find:

            <div class="row {$SECTION_NAME}_wrapper">
               <div class="small-12 large-9 columns" id="main_content">
                  {include file='templates/box.errors.php'}
                  {include file='templates/box.progress.php'}
                  {$PAGE_CONTENT}
               </div>
               <div class="large-3 columns show-for-large-up" id="sidebar_left">
                  {include file='templates/box.featured.php'}
                  {include file='templates/box.popular.php'}
                  {include file='templates/box.sale_items.php'}
               </div>
               <a href="#" class="back-to-top"><span class="show-for-small-only"><svg class="icon"><use xlink:href="#icon-angle-up"></use></svg></span><span class="show-for-medium-up"><svg class="icon"><use xlink:href="#icon-angle-up"></use></svg> {$LANG.common.top}</span></a>
            </div>

The "sidebar-left" (which is actually on the right side) is approximately 250 pixels wide but also has 15 pixels of padding on either side, and is only shown when the browser window is wide enough.

Additional <img> tags can be added inside this <div> block.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...