• Resolved todga

    (@todga)


    Hello,
    I use your great plugin to put a widget.
    How can I center or align the widget?

    Thanks.

Viewing 1 replies (of 1 total)
  • Plugin Support Rohan Khandeparkar

    (@rohanvc)

    Hello,

    If you are using WordPress Default Widget element, then it can be centered using CSS. To do so, add an extra CSS class name to the element and then use the code like following:

    .vce-widgets-container.extra-class-name-added-to-widget-element {
        margin: 0 auto;
        width: 300px; /*modify as per required width*/
    }

    Thanks,

Viewing 1 replies (of 1 total)
  • The topic ‘How To Center or Align Widget’ is closed to new replies.