Firefox, Chrome & Internet Explorer Zoom Out Issues

Discussion in 'ClassiCraft WordPress Theme' started by M5LASTER, Feb 7, 2015.

Thread Status:
Not open for further replies.
  1. M5LASTER

    M5LASTER Member

    Joined:
    Oct 21, 2013
    Messages:
    232
    Likes Received:
    0
    Hi there,

    Kindly, help fix the following inconsistency issues between browsers.

    When you zoom out in IE, the middle section gets separated from the header and footer. This issue doesn't happen with Firefox. See image.

    IE Zoom out.png

    When you zoom out in Firefox or Chrome, the fields of a widget section extends outside of the middle frame/container. This issue doesn't happen with IE. Please see image.

    Firefox ZoomOut.png

    site url: http://sooqforyou.com/uat

    Kindly, help me fix this.

    Thanks,
    Mike
     
  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello Mike !

    Paste the code given below in Custom CSS section for Firefox or Chrome issue
    ( Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    input#form-validation-field-0 {
      width: 100%;
    }
    input.wysija-input {
      width: 100%;
    }
    
    Thanks & Regards
    Pramod
     
  3. M5LASTER

    M5LASTER Member

    Joined:
    Oct 21, 2013
    Messages:
    232
    Likes Received:
    0
    Hi Pramod,

    Thanks for your help. I'll wait for your further update regarding IE.

    Thanks,
    Mike
     
  4. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
  5. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello Mike!

    I have resolved your this issue please have a look.

    Thanks & Regards
    Pramod
     
  6. M5LASTER

    M5LASTER Member

    Joined:
    Oct 21, 2013
    Messages:
    232
    Likes Received:
    0
    Hi Pramod,

    This looks fixed.

    Thanks,
    Mike
     
Thread Status:
Not open for further replies.

Share This Page