Any thoughts from anyone would be appreciated. It is located about a quarter of the way down the page.
]]>I want to achieve this effect
without using this code.
<p style="text-align: center;">BUTTON SHORTCODES</p>
On ticking USE CONTAINER & CENTER THE CONTAINER, buttons goes vertically.
Is using
<p style="text-align: center;">BUTTON SHORTCODES</p>
code is the only option?
Please reply.
Thank You for this awesome plugin.
]]>Susan
]]>I have tried overriding the block in JS using the following code and properly enqueued, but the result is I get two alignment buttons in the editor, which cannot be correct?
// Modify settings for Core blocks
wp.hooks.addFilter( 'blocks.registerBlockType',
'my/change_alignment', ( settings, name ) => {
switch( name ) {
case 'core/image':
return lodash.assign( {}, settings, {
supports: lodash.assign( {}, settings.supports, {
align: [ 'center']
} ),
} );
}
return settings;
});
Any help would be appreciated.
]]>I have a very small issue, it’s not getting center aligned
I am using the following code but it’s still on the left.
<center>[spbcta_sc id=1]</center>
Thank you,
Adam