Jump to content

Banner position at very top of page


Recommended Posts

I'm trying to put a banner at the top of my page. The banner I want is from the Prestashop 1.6 Default bootstrap theme. Look at image 1 (My Website)     then image 2. (What I'm trying to do) Any help appreciated. I'm thinking I would have to create a new position at the very top to hook modules into. But how do I do this?

 

P.S. I dont want the exact banner per se just the position and the ability to change colors and the modules. if this is to complicated where can I go to pay someone for their services?

 

post-722755-0-22548400-1408006632_thumb.png

IMAGE 1

post-722755-0-95805500-1408006660_thumb.png

IMAGE 2

Edited by nemedities (see edit history)
Link to comment
Share on other sites

Code prepared for jolieschaussures .com

 

[...]

 

<!-- Header -->
            <div class="mode_header">
                <div class="container_24">
                    <div id="header" class="grid_24 clearfix omega alpha">
                       <div class="banner">
                           <div class="container">
                               <div class="row">
                                   {hook h="displayBanner"}
                               </div>
                           </div>
                       </div>

 

[...]

Link to comment
Share on other sites

Yes,

nemedities's template need only insert part <div class="banner">  ... </div> .  That part is taken from standard default-bootstrap template.

Of course, nemedities need to write some css style for that.

Link to comment
Share on other sites

×
×
  • Create New...