Jump to content
thirty bees forum
  • 0

Top links problem


SLiCK_303

Question

The links at the top of my page Test Site aren't the way I want them. I would like the login all the way to the right, and the contact, sitemap, bookmark all the way to the left. Can anyone give me ideas on how to accomplish this? The theme is based off the community-theme-default theme, just with modified css's.

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

You can move the header links to the left by changing the css global.css line 4095 remove or comment out the float: right !important .navbar-right { // float: right !important;

then add

header-navbar { position: relative; }

to your css

and finally add

blockuserinfo-login { position: absolute; right: 0; }

this should give you the desired position in the desktop view. You will probably have to adjust css for mobile views. ...

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