Home Forums Themes Support Claue Image Gallery and Main Logo size

Viewing 3 reply threads
  • Author
    Posts
    • #18859

      hi there,

      Im having problems with these two thing with the theme

      IMAGE GALLERY
      Take a look at this image gallery I’m trying to do: http://designplusmoda.com.ar/ss16/ basically I need that but with a little padding between the images. The problem I’m having is the way it is made with the position absolute don’t let me add padding or margin with css, is there any way to fix it? or any other way to do what I need to do?

      BRAND LOGO
      The logo doesn’t resize with the options in theme option, I just set 250px but the changes don’t work I add some css to make it work removing max-width 100% from the img logo but it get broken in responsive.

      Can you help me? These are very basic stuff but it’s getting complicated to fix

    • #18863

      Hi,

      I open your site but can’t connect. Could you open my IP 171.241.212.105 to access your site

      Thanks

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

    • #18876

      Hi Hayrry.
      I don’t know how to do that, can you access trough a VPN tunnel? maybe that’s the problem, I’m from Argentina

    • #18878

      Hi,

      1. You can change space between photos by change edit the Media Grid and change the Gap http://take.ms/OrNPv

      2. Please add change css code you add in child theme to

      @media only screen and (min-width: 1025px) { 
      .jas-branding img {
          max-width: none;
      }
      }
      @media only screen and (max-width: 1024px) { 
      .jas-branding img {
          max-width: 100%;
      }
      }

      Best regards

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

Viewing 3 reply threads

You must be logged in to reply to this topic.