center alignment

Posted in: Newsmag
Post count: 1

Hello! I like to hit the menu items ? when they are aligned to the left

Post count: 6535

Hi

The items displayed in menu are added within sf-menu container. here is a basic example about how can change theirs position: http://screencast.com/t/FpXotUuS

.sf-menu{
margin-left: auto;
margin-right: auto;
display: table;
}

Thanks!

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