• Resolved nomflow

    (@nomflow)


    hello,

    i’ve placed the shortcode centered inside a div container but it still will be displayed beginning on the left side.

    how do i horizontal and vertical align the shortcode centered (but the results still be displayed beginning on the left side under the “domaincheck_domain” field?

    regards

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

    (@wp24dotorg)

    This also depends on the theme you are using.
    To center the domaincheck you could try the following custom css:

    .wp24-dc {
    	width: 600px;
    	margin: 0px auto !important;
    }

    The width might not be necessary.

Viewing 1 replies (of 1 total)
  • The topic ‘Howto display horizontal and vertical centered inside a div?’ is closed to new replies.