Align right social icons in menu

Posted in: Newspaper
Post count: 5

Hi,

I’ve tried integrating simple CSS which does not work in the newspaper theme, and placing .li in the custom css does not make a difference. So, how do I align right social icons in menu?

Here’s my site: http://www.brooklyniq.com just want the F B and Tw icons to be on the right.

Why is there no quick edit for this?

Thanks,

Jason

Post count: 7909

Hi,

All menu items have a css to float left and the menu with is increased automatically when an item is added there – http://screencast.com/t/vketUPgs0m You have to add a width to the menu and the to float right those items using item unique class.
Please try this custom css in Theme Panel > Custom Css: http://screencast.com/t/YeZv6er2

.sf-menu {
width: 100%;
}
.menu-item-4461, .menu-item-4460 {
float: right !important;
}

Thanks!

Post count: 5

That worked perfectly thank you!!!

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