试图将wp侧边栏保持在同一条线上

I'm trying to add 3 widgets to my WordPress theme. I know how to add widgets and I already have them on site, but the problem is that each show up on a different line. This is the code that I'm using:

<center><?php echo do_shortcode( '[otw_is sidebar=otw-sidebar-2] [otw_is sidebar=otw-sidebar-3] [otw_is sidebar=otw-sidebar-1]' ); ?>
<?php } ?> </center>

any ideas how I can align them somehow that they all show on the same line and in center?

  • these 3 = [otw_is sidebar=otw-sidebar-2] [otw_is sidebar=otw-sidebar-3] [otw_is sidebar=otw-sidebar-1] are my widget shortcuts.

regards