• I am looking for a way to center my widget. Do I need to enter something within the shortcode and add a CSS?

Viewing 1 replies (of 1 total)
  • Plugin Author shazdeh

    (@shazdeh)

    Hi,

    You need CSS code to do that. However that depends on your theme.
    The plugin adds several CSS classnames to widgets that you can use:

    • .widget, added to all widgets
    • .widget-shortcode, to denote widgets added by this plugin
    • .area-{sidebar} where {sidebar} is your widget area ID
    • .{widget-ID} where {widget-ID} is what type of widget you’re using

    You can forward the information above to your theme developers, they can assist you with the necessary CSS codes.

Viewing 1 replies (of 1 total)
  • The topic ‘Center a widget’ is closed to new replies.