Home Forums Themes Support Gecko Slider

Topic Resolution: Resolved
Viewing 4 reply threads
  • Author
    Posts
    • #26048

      id like to make the text on the slider on the center because its close to the button

    • #26050

      Hi,

      This issue because you use sample data of Handmade demo http://janstudio.net/gecko/handmade/

      I help you removed class “handmade-slider” of the row wrap content. It now the text on slider center.

      http://prntscr.com/ladwy7

      Regards

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

    • #26087

      Hello; the text on the slider is outside the frame on Mobile ( see attachement )

      Attachments:
      You must be logged in to view attached files.
    • #26093

      Hi,

      Because your text so long.

      Please add below code to reduce font size on mobile

      @media only screen and (max-width: 414px) {
      .metaslider .flexslider .caption-wrap h2 {
      	font-size: 15px;
      }}
      @media only screen and (max-width: 375px) {
      .metaslider .flexslider .caption-wrap h2 {
      	font-size: 14px;
      }}
      @media only screen and (max-width: 360px) {
      .metaslider .flexslider .caption-wrap h2 {
      	font-size: 13px;
      }}
      @media only screen and (max-width: 360px) {
      .metaslider .flexslider .caption-wrap h2 {
      	font-size: 11px;
      }}

      Regards

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

    • #26094

      thank you

Viewing 4 reply threads

You must be logged in to reply to this topic.