Jump to content

[SOLVED] How to add full width preheader at top?


Recommended Posts

hello

 

to achieve this you will need to rearrange modules attached to "top" section

moreover, you will need to modify the modules template files

 

modules to edit:

- block currencies

- block languages

- block user info

 

Thanks for reply! 

 

Sorry I wasn't ask correctly. I want just add some links there, not modules...

Link to comment
Share on other sites

ok, so in header.tpl file right after <body> tag add:

        <div style="margin-bottom:10px; background:#ececec; border-bottom:1px solid #c0c0c0; width:100%; clear:both; display:block; overflow:hidden;">
            <div style="width:980px; display:block; margin:auto; padding:10px; ">
                test
            </div>
        </div>

effect:

FM2AUAr.png

Link to comment
Share on other sites

ok, so in header.tpl file right after <body> tag add:

        <div style="margin-bottom:10px; background:#ececec; border-bottom:1px solid #c0c0c0; width:100%; clear:both; display:block; overflow:hidden;">
            <div style="width:980px; display:block; margin:auto; padding:10px; ">
                test
            </div>
        </div>

effect:

FM2AUAr.png

 

Thanks! 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...