In Mac safari having following issues:
1) On header below the aina logo getting white line.
2) The menu is going down from the menu bar.
3) In Trending now date is going down/partial visible.
site url : http://blog.ainarealestate.com/
Please help me to resolve.
Hi,
1. Please add the following code to the style.css file:
@media (max-width: 1079px)
.site-header #header #branding h1 {
border-bottom: none;
}
}
2. To resolve this issue, you can add the following code to the style.css file:
@media (max-width: 1079px) and (min-width: 980px) {
.background-menu .container {
width: 970px;
}
}
3. To display date in the Trending Now section, you can add the following code to the style.css file:
#under-navigation .time_diff { display: none; }
Hope this helps !
It's not working. but the issue resolvedI add following code in style.css file :
.site-header #header #branding h1 {border-bottom: none!important;}
The following code add into responsive.css file :
.site-header #header #branding{ width:234px!important; height:128px!important;}
—————–
But the social icon in header is not showing in mac safari (1079px)
please help me to resolve.
Hi,
To resolve this issue, you can add the following code to the style.css file:
@media (max-width: 1079px) {
.social-links {
display: block !important;
}
.social-links {
margin: -100px 0 !important;
}
}
– Then open the header.php file in the folder path “\wp-content\themes\dw-focus”. Find the line 79 remove the class “visible-desktop“.
Hope this helps !
Hi,Thanks It’s working 🙂
Please login or Register to submit your answer