Jump to content

moving header links above search bar....


Recommended Posts

you have to change position of this block with css styles.

for example: left:-340px; position:relative;

ul#header_links {
list-style-type: none;
float: right;
margin-top: 5px;
left: -340px;
position: relative;
}

in /modules/blockpermanentlinks/blockpermanentlinks.css line ~2

Link to comment
Share on other sites

you have to open module template file (.tpl)

then add link there manually (unfortunately there is no other way)

 

add there code like:

<li><a href="{$link->getPageLink('my-account', true)|escape:'html'}" title="{l s='View my customer account' mod='blockuserinfo'}" class="account" rel="nofollow">{l s='My Account' mod='blockpermanentlinks'}</a></li>
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...