Viewing 5 replies - 1 through 5 (of 5 total)
  • Hey.

    In your site’s admin area go to Appearance -> Editor -> Style.css.

    Here locate the following CSS snippet:

    #content-side {
    background-color: #f6f6f6;
    height: 100%;
    width: 905px;
    overflow: hidden !important;
    overflow: visible;
    }

    From this snippet delete height: 100%; so that you are left with:

    #content-side {
    background-color: #f6f6f6;
    width: 905px;
    overflow: hidden !important;
    overflow: visible;
    }

    Save your file and see if this solves the issue you mentioned. Let me know if this works.

    Thread Starter hamoon

    (@graphirancom)

    :(((((( i don’t know how to thank you…. really… thnxxxxxxxxxxxxx

    No worries. Glad to help. ??

    Thread Starter hamoon

    (@graphirancom)

    but i think how after 2 years this happend? how css suddenly and automatically can changed?

    I’m sorry but as you are using a non-WPORG theme, you need to seek support from the theme’s developers – paid or otherwise. We only support themes downloaded from www.ads-software.com here.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘showing half of site in internet explorer’ is closed to new replies.