Home Forums Themes Support Claue metaslider bottom center

Viewing 1 reply thread
  • Author
    Posts
    • #15496

      Hi guys,

      im using your code on metaslider so i need to know how can i center bottom because right now just stay on left..

       

      also i want to know if i can custom colors and letter source

       

      thank

    • #15499

      Hi,

      You can center the text on slider by add custom css in Claue > Theme Option > General Layout > Custom CSS

      .caption-wrap .pa-middle {
      	left: 50%;
      	-webkit-transform: translate3d(-50%, -50%, 0);
      	-moz-transform: translate3d(-50%, -50%, 0);
      	-ms-transform: translate3d(-50%, -50%, 0);
      	-o-transform: translate3d(-50%, -50%, 0);
      	transform: translate3d(-50%, -50%, 0);
      	text-align: center;
      }

      The free version doesn’t support custom font, color, if you want you have to upgrade to Pro version.

      Best regards!

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

Viewing 1 reply thread

You must be logged in to reply to this topic.