social media buttons and mobile devices

Support Area Forums Responsive Visual social media buttons and mobile devices

Viewing 3 posts - 1 through 3 (of 3 total)
URL to the page in question:
  • Author
    Posts
  • #7642
    paris
    Participant

    Hello, i see that the social buttons disappear when I reduce the screen size of my browser. This is problem because according to our statistics 70% of our viewers use mobile devices to look at our videos on youtube. How can I make it so the buttons appear somewhere , even on small screens?
    Thanks!

    #7732
    Bill Robbins
    Moderator

    Paris,

    You’re welcome to let the right hand side of the navigation bar be visible on smaller devices. Here’s how to do that:

    1. Go to the theme options page and select the styling tab.
    2. Scroll down to the Custom CSS box and paste this:
      
      @media only screen and (max-width: 767px) {
      	.nav-right {
      		display: block;
      	}
      }
      
    3. Update your settings.

    That will cause the right hand items to be visible on smaller than tablet sized devices.

    If you have any questions, let me know,
    Bill

    #7868
    paris
    Participant

    This is perfect! Thank you very much!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘social media buttons and mobile devices’ is closed to new replies.