Home Forums Themes Support Claue Mobile view

Viewing 2 reply threads
  • Author
    Posts
    • #28672

      Hi Harry,

      Is there a way we can make the meta slider on our frontpage mobile friendly?

      Right now it crops the photo and text, so that you can’t read the text on mobile view.

       

    • #28682

      Hi,

      Please add below code to Claue > Theme Option > General Layout > Custom CSS

      @media only screen and (max-width: 1024px) {
      .metaslider .flexslider .caption-wrap h3 {
      	font-size: 45px;
      }
      .pa-middle {
      	padding: 0 20px;
      }}
      @media only screen and (max-width: 667px) {
      .metaslider .flexslider .caption-wrap h3 {
      	font-size: 35px;
      }}
      @media only screen and (max-width: 414px) {
      .metaslider .flexslider .caption-wrap h3 {
      	font-size: 18px;
      }}

      Kind regards

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

    • #28705

      Thanks!

Viewing 2 reply threads

You must be logged in to reply to this topic.