Center Logo + Menu

Posted in: Newspaper
Post count: 45

How can I center the logo and the menu with css?
I’m using the megamenu as well and would like this to stay outlined on the left.

Post count: 3343

For menu use this CSS:

.sf-menu {
    display: table;
    float: none !important;
    margin-left: auto;
    margin-right: auto;
}
/* responsive phone */
@media (max-width: 767px) {
    .sf-menu {
    display: block;
    float: left !important;
    margin-left: 0px;
    margin-right: 0px;
}
}

About logo, do you want to have a center logo? in header? We have different header style in theme panel -> Headers

Thanks!

Post count: 45

I did this but it’s not working for me. I put it in the Custom CSS section, nothing changes.

Also I want the header the way it is but I want the header in the middle.

It doesn’t give me that option with the Headers in Theme Panel.

Please help.

Post count: 3343

Hi,
Unfortunately we cannot offer custom work anymore. We would have gladly made it for you but we work very hard on the updates and features for all the users. You can always get a freelancer from sites like: http://www.microlancer.com/

Please send us an email at contact@tagdiv.com and we will give you the money back.
Thanks!

Post count: 140

works great .. thanks Marius

Post count: 2

Thanx Marius, worked fine for me as well!

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