How to align menu right?

Posted in: Newsmag
Post count: 12

How to align the menu to the right?

Post count: 6535

Hi

Please provide your site url and more specific detail about what you’retrying to so so I can inspect it closer and get back to you with a more accurate answer.

Thanks!

Post count: 136

I have the same issue with my site:
http://www.thepositivepath.com

Am trying to get the menu to align right.
So that it moves away from the logo and also covers the gap where the search icon was.

Thanks in advance.

Post count: 136

Ideally to have where the ‘S’ in Videos to line up with the YouTube logo above it.

Post count: 23312

Hello,

If you want to align your menu items to the right, please notice that you will have to use a bit of CSS code to do that. Please try the code below and place it in Theme panel->Custom CSS area.

The code is ->

.sf-menu{
float:right;
margin-right: 0;
}

The result you should see here -> http://screencast.com/t/y9td9hbeI

Thanks for your understanding!

Viewing 5 posts - 1 through 5 (of 5 total)
The forum ‘Newsmag’ is closed to new topics and replies.