Jump to content

how to move down header links


Recommended Posts

go to the modules -> positions in your back office, find "header" section and then move "permanent links" module below the "block user information" module. Just drag n drop it. after that you should also change css styles of these modules

Link to comment
Share on other sites

  • 3 months later...

Hello Vekia,

I have the follow prob with the permanent links block, I look via chrome dev tools, but I can't find any line or code to fix the position from these block. I have uninstall an reïnstall the module, and the top header and the top off pages hooks. But nothing works.

They are before correct showing up.

Now for finding the thing in chrome dev tools, I have unchecking the CCC

www.erotiekfabriek.be

 

Best Regards,

Generaal

Link to comment
Share on other sites

go to the modules > positions and move the permanent link module to the top of the displayTop block

 

then you will have possibility to change the css styles:

ul#header_links {
list-style-type: none;
float: right;
background: #e6e6e6;
padding: 8px;
-moz-border-radius-bottomleft: 30px;
-webkit-border-radius-bottomleft: 30px;
border-bottom-left-radius: 30px;
border-bottom-right-radius: 30px;
width: 312px;
}

 

in the file: /themes/thgr00027r/css/modules/blockpermanentlinks/blockpermanentlinks.css

Link to comment
Share on other sites

Hello Vekia,

I have oversee this now, and haven't stand still that there are installed another previews module that have change the position in the top of pages list!

 

All things are solved for the moment, I can go forward to explore!

Many thanks for your advice in these case!

 

Generaal

Link to comment
Share on other sites

you're welcome,

permanent links module is placed correctly now, but i've noticed that you've got now problem with this:

ik3ClRd.png

 

 

#header_right #header_user {
clear: both;
float: right;
margin-top: 86px;
width: 540px;
}

 

change the margin-top value - just decrease it.

 

the same for

#header_user_info {
clear: both;
float: left;
font-size: 11px;
margin-top: 20px;
padding: 0;
width: 300px;
text-align: right;
}

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...