• Resolved jdpfc1

    (@jdpfc1)


    Hi there,

    I am using this plugin combined with Page Builder by Site Origin. I have two issues:

    1 – I cannot seem to center a button that I have put in, inside the visual editor. (This is in the sidebar using the visual editor widget). <div align=”center”>BUTTON</div> doesn’t seem to work?

    2 – I also cannot get said link/anchor working. I am linking from the button to somewhere else on the same page. The link is as stated above. The anchor is on the same page, in a different row on Page Builder.

    Is this possible?

    Thank you.

    https://www.ads-software.com/plugins/black-studio-tinymce-widget/

Viewing 1 replies (of 1 total)
  • Plugin Author Marco Chiesi

    (@marcochiesi)

    1. I’d recommend to use the “center” button of the editor which generates the following markup:
    <p style="text-align: center;">...</p>
    If you really want to use <div>, use the style attribute instead of the align attribute. I.e.
    <div style="text-align: center;">...</div>

    2. Internal links should work. Just ensure that you put the relevant id attribute on your target.

Viewing 1 replies (of 1 total)
  • The topic ‘link/anchor and center’ is closed to new replies.