• Resolved mstudioIL

    (@mstudioil)


    My problem is that I have div tag in within the div I have p tag,
    the buttons is add at the end of p tag instead of at the end of the div tag, so when I added text it appear after the buttons instead of at before them.
    I getting this layout

    <div class="post-class">
    <p>
    My text
    </p>
    your buttons div
    <span>my custom text</span>
    </div>

    and I want it the be

    <div class="post-class">
    <p>
    My text
    </p>
    <span>my custom text</span>
    your buttons div
    </div>

    How I can get this layout?

    https://wordpress.org/plugins/add-to-any/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author micropat

    (@micropat)

    Use the “Sharing Header” in AddToAny settings for custom text above the share buttons.

    If you need more precise buttons placement control, see the plugin’s FAQs for placing the buttons manually in your theme.

    Thread Starter mstudioIL

    (@mstudioil)

    Thanks, I used the php code example you gave.
    It working great

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Position of the buttons’ is closed to new replies.