Add's positioning + Header color mobile

Posted in: Newspaper
Post count: 17

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!

Post count: 7909

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!

Post count: 17

Its works, thanx BUT, When i change it to white (which i need) my mobile menu and search icon are not visible anymore, cause they are also white … Any solution for that?

Post count: 122

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;
}

Post count: 17

Thank you so much!

Post count: 84

@bgo & @julingn

Did this also correct the issue with the Comments icon not showing up on mobile as well?

Mine are showing up fine on v6.1 on Chrome, but not Safari mobile.

  • This reply was modified 11 years by Mark.
Post count: 1291

Hi,


@hhealth
– Please provide the url so i can take a look.

Thank you!

Post count: 84

@Emil G – I just rechecked it and it is now all good. Not sure what the issue was then.

Thanks,

Post count: 17

Mine are also good now. Thnx

Viewing 9 posts - 1 through 9 (of 9 total)
You must be logged in to reply to this topic.