Home Forums Themes Support Gecko CSS for responsive elements

Viewing 5 reply threads
  • Author
    Posts
    • #15332

      I have at my mainpage a Textblock with a background image which is not getting smaller in responsive.

      I tried to put this into CSS, but it didnt succeed:

      div {
      background-size: 100% auto;
      }

      Do you have any suggestion for me? Thanks in advance!

    • #15349

      Hi,

      Please add custom CSS in JanStudio > Theme Option > General Layout > Custom CSS

      @media only screen and (max-width: 736px) {
      .vc_row.vc_custom_1513989788010 { padding-top: 50px !important; padding-bottom: 50px !important; }
      .vc_row.vc_custom_1513989788010 h2..fs__50 { font-size: 20px;}
      }

      Best regards

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

    • #15360

      Thanks, works.

      Can I give this element a link with and URL when clicking on it?
      Actually its only a image with text.

    • #15369

      Hi,

      It have way, you add a button link below the text you added.

      Best regards!

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

    • #15383

      of I type in

      <button onclick=”window.location.href=’/page2′”>Continue</button>

      it changes by clicking on save to this:

      <button>Continue</button>

    • #15397

      Hi,

      Please add below code and change the link and text with yours

      <a href="http://themeforest.net/item/gecko-powerful-ajax-woocommerce-theme/15863658?ref=JanStudio" target="_blank" class="button-o-w">Start shopping</a>

      Best regards

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

Viewing 5 reply threads

You must be logged in to reply to this topic.