social media icons to mobile version

Posted in: Newsmag
Post count: 56

hellow,

is it possible to show the social icons that are shown to the pc version of your theme at the top bar to the mobile version.

thank you in advance

Post count: 6535

Hi

By default the theme doesn’t display the top bar on mobile devices, but you can use custom css in theme panel > custom css to display the top widget: http://screencast.com/t/ygpLdtt3uW8T

@media (max-width: 767px){
.td-top-menu-full {
display: block!important;
}
.td-header-sp-top-menu {
display: none!important;
}
.td-header-sp-top-widget {
display: table!important;
margin-left: auto;
margin-right: auto;
float: none !important;
}
}

Let me know how it goes.
Thanks!

Post count: 56

thank you,
it is working.

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