• Resolved gele91

    (@gele91)


    Hi,
    in my dashboard widget, i drag the addtoany plugin to my header widget, then i put my twitter and facebook IDs, icons appear, but just appear at the top left of my site and can’t see the share button. i want those icons to appear on the top right of my site and people can follow me at the same time share my posts, how to do that? thanks

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author micropat

    (@micropat)

    To move your AddToAny Follow buttons to the right side, add some CSS code to your “Additional CSS” box in Settings > AddToAny:

    #header-widget-area .a2a_follow {
    	display: flex;
    	justify-content: flex-end;
    }

    You might also add some margin to the top:

    #header-widget-area .a2a_follow {
    	display: flex;
    	justify-content: flex-end;
    	margin-top: 20px;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘widget position or align icons to the left’ is closed to new replies.