social icons on main menu not aligned

Posted in: Newsmag
Post count: 16
Post count: 6535

Hi

Do you have any custom modification to display social widgets in main menu?
By default header style 5 don’t include top widget, and you will need aditional css customization, unfortunately we cannot offer custom work as we work hard on the development, updates, fixes and support. You can always get a freelancer from sites like: http://studio.envato.com/ if you don’t know how to do it yourself.

You can try to use media queries and customize social icons for each screen size like here: http://screencast.com/t/OJx6J1N8F this is for dekstop, and you need to find a similar solution for small devices:

@media(min-width: 1024px){
.td-header-style-5 .td-header-sp-top-widget{
top: 5px;
right: 70px;
}
}

Thanks!

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