• Hello

    It seems that some of the pages are not rendering properly in Chrome wheres it working fine in other browser. can smeone throw some light on it.

    Links to the pages for the site are:
    1) Please check page here : Page
    2) Please check page here : another page
    3) Please check page here : yet Another page

    Can anybody help in this seems like some CSS element is not rendering properly in Chrome.

    Thanks
    Dipak

Viewing 6 replies - 1 through 6 (of 6 total)
  • Wow, many things to get rid off here:

    style.css
    1. line 31, please remove “height: 640px;”
    2. line 160, change “margin: 570px 0 0 15px;” to “margin:0 0 0 15px;”
    3. line 161, change “margin: 570px 20px 0 0;” to “margin: 0 20px 0 0;”
    Actually, you can remove everything for line 160 and 161 because for line 161, you have the exact same CSS on line 169 and line 161, you have it repeated on line 189.
    4. line 167, change “padding: 60px 0 0 0;” to “padding: 10px 0 0 0;”

    This should fix the problem for all 3 pages. I hope it won’t break on IE though.

    Thread Starter dipaksaraf

    (@dipaksaraf)

    Hello Mookasurus

    I have updated as u have suggested, but doesn’t seems to have any effect on the pages in Chrome. Please suggest.

    Thanks
    Dipak

    Have you uploaded the CSS? I see all those lines are still there. If not, could you please update the site so that I can see the changes?

    Thread Starter dipaksaraf

    (@dipaksaraf)

    Oops my mistake I had corrected it and its working perfectly. Thanks for your help!! It was really making me crazy!!!

    Cool, I’m glad it’s working!

    Thread Starter dipaksaraf

    (@dipaksaraf)

    The Newsletter optin form is not looking well in IE9 does anyone got any idea how to resolve it?

    Thanks
    Dipak

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Some Pages not renderig properly in Chrome but okai in IE and FF’ is closed to new replies.