prestaslo Posted November 5, 2013 Share Posted November 5, 2013 Hi, I would like to add full width preheader to top before header with some links like on picture bellow. Can anyone tell me how can I do this? Best regards Link to comment Share on other sites More sharing options...
vekia Posted November 5, 2013 Share Posted November 5, 2013 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 Link to comment Share on other sites More sharing options...
prestaslo Posted November 5, 2013 Author Share Posted November 5, 2013 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 More sharing options...
vekia Posted November 5, 2013 Share Posted November 5, 2013 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: Link to comment Share on other sites More sharing options...
prestaslo Posted November 5, 2013 Author Share Posted November 5, 2013 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: Thanks! Link to comment Share on other sites More sharing options...
vekia Posted November 5, 2013 Share Posted November 5, 2013 of course links you can add with simple html code: <a href="http://urltowebsite.com">My Link</a> 1 Link to comment Share on other sites More sharing options...
prestaslo Posted November 5, 2013 Author Share Posted November 5, 2013 of course links you can add with simple html code: <a href="http://urltowebsite.com">My Link</a> Yes, I know... Link to comment Share on other sites More sharing options...
vekia Posted November 5, 2013 Share Posted November 5, 2013 ok, so I'm going to mark this thread as [solved] thank you for information with regards, Milos Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now