• Resolved Wireyou

    (@wireyou)


    Hi I updated to 1.3.3 and now im getting */ above the header. How can I resolve this? Thanks

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter Wireyou

    (@wireyou)

    Progress Concepts

    (@progressconcepts)

    Looks like you have the following code in your custom CSS:-

    /* IMPORTANT
    
    You also need to include this conditional style in the <head> of your HTML file to feed this style to IE 6 and lower and 8 and higher.
    
    <!--[if !IE 7]>
    	<style type="text/css">
    		#wrap {display:table;height:100%}
    	</style>
    <![endif]-->
    
    */

    and it is the final */ that is showing in your header. It appears you are trying to comment the whole area out, so why not just remove it?

    Thread Starter Wireyou

    (@wireyou)

    That did the trick thank you!

    Progress Concepts

    (@progressconcepts)

    Your welcome.

    Progress Concepts

    (@progressconcepts)

    Please mark as resolved.

    Theme Author Fruitful Code

    (@fruitfulcode)

    Resolved

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Getting */ above header’ is closed to new replies.