Expired
Hello,
I made a stickyHeader and everything is okay in chrome, but in safari its not.
My problem is, that i do not want to display 2 elements at a special size (767px).
I added this code:
@media (max-width: 767px){
.top_nav .pull-right #social_widget-2 {
display: none !important;}
.top_nav .pull-right #text-2 {
display:none !important;}
}
this code makes the social widgets and the email field at my header invisible, but it works only in chrome.
Whats different in safari?
Kind regards
Ok, added this codelines in Style.css in Specular (Main Design) and it works.
You must be logged in to reply to this topic.