How to move location of the share box

Is there a way to have the share box go across the top center on all pages like blog, portfolio, etc? I have blank space since I do not show the featured image on the page. 

Comments

  • Please make a screenshot of what you mean because we are not sure what you exactly want to do. We are sure that we don`t have any option like that because share box is available only for portfolio items and single post pages but we`ll see what you ask for and maybe this can be done with some modifications.

    BTW We got in plans to make share box as shortcode so can be used in any place you want. But updates queue is long and we make them all in the order.
  • What you can try to do is below css:
    .single-post .single-photo-wrapper .share_wrapper { float: none; }
    .single-post .share_wrapper { width: 208px; }
    but in the future updates, share box will be available as shortcode.
Sign In or Register to comment.