Menu on mobile colapses + ad error

Posted in: Newspaper
Post count: 2

Hi,

1. I’m having problems with menu on mobile version of this theme. When viewed on mobile, menu collapses. I’ve tried with disabling all plugins, but it doesn’t work. –> http://shrani.si/f/M/g3/4smbeqAy/mobile-meni-error.jpg

Link to the page: http://ulicnistil.com/

2. header ad is not showing correctly on post with full with template as seen here –> http://shrani.si/f/3r/Sl/3Ioqae9G/ad-erorr.jpg

Link to the page with error: http://ulicnistil.com/clanki/moda-2/ljfw-z-drugacnim-konceptom-pristnega-stika-s-kreacijami/

Post count: 6600

Hi,

1. Use this custom css to fix the menu issue on mobiles: http://screencast.com/t/o6y0LJsDJsgt

@media (max-width: 767px){
.blog-stack .td-menu-wrap #td-top-menu {
display: none !important;
}

#td-top-search {
top: -55px !important;
right: -56px !important;
}
#outer-wrap .header-search-wrap #search-button .td-sp-ico-search {
top: 11px !important;
left: 6px !important;
}

.header-content-rec .td-g-rec-id-header {
text-align: center;
}
}

2. We have this on our todo list and we will fix this in the next updates, you can use this css to fix this until then: http://screencast.com/t/Yuxssspw5

.single_template_4 .header-content-rec .td-g-rec-id-header {
margin-bottom: 55px;
}

Thanks

Post count: 2

Thank you for your help!

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.