"Contact thid business" box out of place

Discussion in 'GeoCraft WordPress Theme' started by henrique25, Mar 16, 2015.

  1. henrique25

    henrique25 Member

    Joined:
    Jun 2, 2014
    Messages:
    76
    Likes Received:
    3
  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hi henerique25!

    We have checked your website and all premium ads "contact this business" box in aligned perfectly in the right side.
    Please watch the video link :-http://screenpresso.com/=ytDAc

    Thanks,
    Praveen
     
  3. henrique25

    henrique25 Member

    Joined:
    Jun 2, 2014
    Messages:
    76
    Likes Received:
    3
    Thanks!
    Wonder if it's a problem with my browser... I have Chrome on my Pc... but it just happened all of a sudden and in just one add.
    Oh well... hope it's just a problem for my pc...
     
  4. cayenne

    cayenne New Member

    Joined:
    Mar 17, 2015
    Messages:
    28
    Likes Received:
    0
    The captcha images are overhanging the contact this business box.
     
  5. henrique25

    henrique25 Member

    Joined:
    Jun 2, 2014
    Messages:
    76
    Likes Received:
    3
    Hi Cayenne!
    You are right! Captcha images are wisder than they should. Could someone check this out please?
     
  6. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hello!

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    @media only screen and (max-width: 959px) and (min-width: 768px){
    div#recaptcha_image {
      width: 175px !important;
    }
    div#recaptcha_image img {
      width: 100% !important;
    }
    }
     
    @media only screen and (max-width: 1260px) and (min-width: 960px){
    div#recaptcha_image {
      width: 195px !important;
    }
    div#recaptcha_image img {
      width: 100% !important;
    }
    Thanks,
    Praveen
     
  7. henrique25

    henrique25 Member

    Joined:
    Jun 2, 2014
    Messages:
    76
    Likes Received:
    3
    Cool!
    This is what was causing the business details within the ad to be hidden!
    Thanks!
     
  8. henrique25

    henrique25 Member

    Joined:
    Jun 2, 2014
    Messages:
    76
    Likes Received:
    3
    Another question...

    The code is great but I already had the following code:

    .grid_10 {display: none;}
    .r_content p.post-date {
    display: none;
    }

    I don't know much about coding, so I would like to know how I can have them work simultaneously.

    I have pasted the two, but only the one that's on top is tjhe one that works,

    @media only screen and (max-width: 959px) and (min-width: 768px) {
    div#recaptcha_image {
    width: 175px !important;
    }

    div#recaptcha_image img {
    width: 100% !important;
    }
    }

    @media only screen and (max-width: 1260px) and (min-width: 960px) {
    .grid_10 {display: none;}
    .r_content p.post-date {
    display: none;
    }


    Thanks,

    Henrique
     
  9. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hello Henrique!

    We will suggest you to not use your code as you have mentioned in above reply.
    As this theme is made in grid system,so it will affect and hide all the div using grid_10.

    So, it is recommended to use customized code provided by us otherwise you may suffer from other serious issues.

    Thanks,
    Praveen
     
  10. henrique25

    henrique25 Member

    Joined:
    Jun 2, 2014
    Messages:
    76
    Likes Received:
    3
    Hi Praveen!

    But the "grid_10" had been provided by InkThemes support... the request can be found somewhere in this forum.
    So, if it is not advisable to mess with the button, could you please tell me where I can edit its text?

    Thanks,

    Henrique
     
  11. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hello Henerique!

    I apologize for that code (grid_10) if given from our end.
    It was not proper code, please delete that code and provide us some edited screenshot of your issue so that we can provide you the appropriate solution.

    Thanks,
    Praveen
     
  12. henrique25

    henrique25 Member

    Joined:
    Jun 2, 2014
    Messages:
    76
    Likes Received:
    3
    Hi Praveen!

    Thank you for your concern. However, I decided to go back to using the button :)
     

Share This Page