Click here to Skip to main content
15,887,585 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hello, friends i am working on a website, in which i had solved many things, but from last one week i am facing a problem. first check the following div

XML
<div class="header-contact">
                <div class="header-phone">
                    <span class="fa-stack">
                        <i class="fa fa-circle fa-stack-2x"></i>
                        <i class="raw-custom-phone fa fa-phone fa-stack-1x"></i>
                    </span>
                    <a class="raw-custom-white" href="tel:780-757-6400">780-757-6400</a>
                </div>
                <div class="header-email">
                    <span class="fa-stack">
                        <i class="fa fa-circle fa-stack-2x"></i>
                        <i class="raw-custom-email fa fa-envelope fa-stack-1x"></i>
                    </span>
                    <a class="raw-custom-white" href="mailto:info@kolinsky.ca" target="_top">info@kolinsky.ca</a>
                </div>
            </div>

My friends the question is, when i apply css code for responsive ( I mean media Query) it does not work on ".header-phone", but when i apply same thing on ".header-email" it works correctly. why? please help me its urgent
Thanks in advance for your precious comments, reply, suggestions and most important is your precious time.
Posted
Comments
Peter Leow 19-Sep-15 12:33pm    
Where is the CSS?
Faisal_Abdullah 21-Sep-15 4:57am    
there are 6 css files, and each contains at least 15 to 19 hundred lines, how i send you ?
Karthik Devaraj 21-Sep-15 0:29am    
send me the css
Faisal_Abdullah 21-Sep-15 4:57am    
there are 6 css files, and each contains at least 15 to 19 hundred lines, how i send you ?
Karthik Devaraj 22-Sep-15 23:50pm    
send me ur url

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS
Top Experts
Last 24hrsThis month


CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900