• Resolved camoeyes

    (@camoeyes)


    Hello, I want to center the language select list within a div. I normally can do this easily but something with your select box is not letting me center the box within my div.

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

    (@conveythis)

    Hello @camoeyes,

    Thank you for using our plugin!

    In your particular case, in order to center language switcher within your div, you can use following CSS code:

    <style type="text/css">
    	.conveythis_widget_placeholder{
    		margin-left: auto;
    		margin-right: auto;
    		width: 170px;
    	}
    </style>

    Hope this helps.

Viewing 1 replies (of 1 total)
  • The topic ‘Center the shortcode language box’ is closed to new replies.