Sign in Position

Posted in: Newsmag
Post count: 21

I’m looking to move my top bar position, I’m happy with the menu section on the right hand side but Im looking to put the sign in option on the left

Is this possible?

Site: industry-focus.com

Post count: 23312

Hello cloin1,

If you want to move to the left the Sign in the feature, you should use a bit of CSS code to do that. Try the code below and place it in Theme panel->Custom CSS area.

.td_ul_login li a {
margin-right: 620px;
}

The result is here -> http://screencast.com/t/LDI8fRF2JDr

Thanks for the message!

Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.