Top Menu in mobile and tablet

Posted in: Newspaper
Post count: 29

I want to center the top menu in mobile and tablet. Now, my top menu: Image and video hosting by TinyPic

I want to see 50% on both sides. How to fix this?
My url: informeinsolito.com

Post count: 22421

Hi,

You can use this css to center it:

@media (max-width: 767px){
.td-header-style-8 .td-header-top-menu {
display: block!important;
width: 116px!important;
margin-left: auto!important;
margin-right: auto!important;
}
}

Thank you!

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