Can you please give me some html code to move the button to the right side of the column. Everything you see in the pic is generated from html.
Hi There @waynepatt58
Thanks for writing in! You can try adding inline style to your button.
style="float:right;"
Example using button shortcode (http://demo.theme.co/integrity-1/shortcodes/buttons/)
[button style="float:right;" type="real" shape="square" size="mini" href="#example" title="Example"]Square Button[/button]
Hope that helps.
Thank you, but where do I add the inline style code? I have your button design panel on my screen but can see no place to enter the code.
Hi @waynepatt58,
You can add it in the shortcode as given sample.
[button style="float:right;" type="real" shape="square" size="mini" href="#example" title="Example"]Square Button[/button]
If it’s an existing HTML code, then it could be like this
<button style="float:right;" ......
or
<a href="#" style="float: right;".............
Thanks!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.