Share Button

VNemethVNemeth Registered Users Posts: 42 Big grins
edited October 15, 2014 in SmugMug Customization
In lightbox the share button is below the Comment and other buttons. How do I move the share button to be on the same level as the other buttons Comment, tools etc.
Thanks
Vic

Comments

  • AllenAllen Registered Users Posts: 10,013 Major grins
    edited October 14, 2014
    See if your browser zoom is set to 100%.
    Al - Just a volunteer here having fun
    My Website index | My Blog
  • AllenAllen Registered Users Posts: 10,013 Major grins
    edited October 14, 2014
    If that does not solve it we would need a link to a page showing this so we can check your CSS and see what's causing it.
    Al - Just a volunteer here having fun
    My Website index | My Blog
  • VNemethVNemeth Registered Users Posts: 42 Big grins
    edited October 14, 2014
    It was set to 125%. I reset to 100% and share button still below.

    http://www.vnemeth.com/Galleries/Travel/Alaska/Alaska-2014/i-HqpGG36/A

    Vic
  • leftquarkleftquark Registered Users, Retired Mod Posts: 3,784 Many Grins
    edited October 14, 2014
    You have the following CSS set in your "All Galleries" as a CSS block. You might want to remove it as it's affecting the spacing of the share button on your SM Style galleries as well. If you intended it to move the share button down on your SmugMug style, let me know and I'll whip up a change to the code so it won't effect the lightbox.
    .sm-button-image-share {
       position: relative;
       z-index: 99;
       top: 30px; 
     left:0px;
    }
    
    dGrin Afficionado
    Former SmugMug Product Team
    aaron AT aaronmphotography DOT com
    Website: http://www.aaronmphotography.com
    My SmugMug CSS Customizations website: http://www.aaronmphotography.com/Customizations
  • VNemethVNemeth Registered Users Posts: 42 Big grins
    edited October 15, 2014
    That solved it.
    Thanks

    Vic
Sign In or Register to comment.