Center align mobile logo

Posted in: Newsmag
Post count: 5

Hi,

I’m using header style 5 and on a mobile device the logo is aligned left and overlapped by the menu logo. I’ve searched the forum but can’t find anyone else with the same problem. Anything I’m doing wrong? or anyway I can add some css to align the logo in the center on a mobile device?

Thanks

Graeme

Post count: 23312

Hello gibbo78,

Please provide your URL website so I can take a look. I need this so I can be able to provide a more accurate response.

Thank you!

Post count: 5

Hi Catalin here you go:

verbierlife.com

Post count: 23312

Hello gibbo78,

If you want to align your logo on your mobile device, it is neccesary to use a bit of Css to centrate this. Please try the code below and place it in Theme panel->Custom Css area like this: http://screencast.com/t/GFSQ0Ii0

@media (max-width: 767px) {
.td-main-menu-logo img {
margin-left: auto;
margin-right: auto;
}
}

The result you should see here: http://screencast.com/t/m0QFP245nk6

Thank you for the message!

Post count: 5

worked a treat! Thanks

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