Alignment social media buttons

Support Area Forums Elite Alignment social media buttons

Viewing 7 posts - 1 through 7 (of 7 total)
URL to the page in question:
  • Author
    Posts
  • #16648
    Anna de Wilde
    Participant

    Hello Bill,

    Is it possible to align the social media buttons and the title of the buttons to the right site of the page?

    Thanks for your answer!

    #16649
    Bill Robbins
    Moderator

    Hello Anna,

    Great question. Are you looking to essentially attach them to the right hand side of the screen, like in a vertical list of icons? I think you should be able to do that. Give this a try:

    1. Go to the Theme Options page and select the Advanced tab.
    2. Scroll down to the Custom CSS box and paste this:
      
      .widget ul.network-icons {
      	position: fixed;
      	right: 0;
      	top: 20%;
      }
      
      .widget ul.network-icons {
      	width: 40px;
      }
      
    3. Update your settings.

    See if that works for you. If you have something else in mind, let me know.

    Thanks,
    Bill

    #16677
    Anna de Wilde
    Participant

    Hi Bill,

    Exactly what I meant thanks!

    Anna

    #16678
    Anna de Wilde
    Participant

    The only thing is that the buttons are disappearing behind the gallery hero section when I’m using my mobile/tablet. (See picture).

    #16681
    Bill Robbins
    Moderator

    Good to know we’re at least close. Let’s tweak the above code so that it’s like this:

    
    .widget ul.network-icons {
         position: fixed;
         right: 0;
         top: 20%;
         z-index: 2000;
    }
    
    .widget ul.network-icons {
    	width: 40px;
    }
    

    See if that won’t take care of that for you. Let me know if it doesn’t.

    Thanks,
    Bill

    #16684
    Anna de Wilde
    Participant

    Perfect! And thanks for your fast replies!

    #16685
    Bill Robbins
    Moderator

    Anytime. Enjoy your Saturday!

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Alignment social media buttons’ is closed to new replies.