Hi,
I am using V6, i notice my top and bottom ad are not position wel. Problems comes on IOS/Safari … . Chrome and FF looks fine. Any fix?
example: https://www.dropbox.com/s/rit5rju9s2a5ey5/Schermafdruk%202015-06-18%2019.57.44.png?dl=0
Another problem i see is that cannot change the header color on a mobile device. It’s like always black … My logo issent lookin nice on a black bar 🙂
Thnx!
Hi,
1.Please try this solution – https://forum.tagdiv.com/topic/the-problem-after-the-upgrade/#post-53951
2. I added this on our list and we will add an option in Theme Panel in a future update. Until then you can use this custom css in Theme Panel > Custom Css: http://screencast.com/t/ZNVuG2habq
@media (max-width: 767px){
.td-header-wrap .td-header-menu-wrap-full, .td-header-wrap .td-header-menu-wrap, .td-header-wrap .td-header-main-menu {
background-color: red !important;
}
}
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
Hi bgo,
try this, it works perfectly for my site.
@media (max-width: 767px) {
.td-header-wrap .td-header-menu-wrap-full,
.td-header-wrap .td-header-menu-wrap,
.td-header-wrap .td-header-main-menu {
background-color: #YOURCOLOR !important;
}
#td-top-mobile-toggle i {
color: #YOURCOLOR !important;
}
.header-search-wrap .td-icon-search {
color: #YOURCOLOR !important;
}
