Mozilla Error

Posted in: Newspaper
Post count: 32

Hi. on http://denzeny.sk/ there is an error on Mozilla WebBrowser. There is an empty space under the Header menu. In Chrome it looks ok. Thanks for your time and advice

Post count: 23312

Hello RaulCalin,

Please try the code below and place it in Theme panel->Custom CSS area.

.td-md-is-firefox .td-main-page-wrap {
padding-top:0;
}

Hope this helps!

Thanks.

Post count: 32

Thanks. Unfortunately, it didn´t help.

Post count: 23312

Hello miroslavkulich,

Try to add the !important tag for the code so, in this way, your code will have a higher value and should work as properly.

.td-md-is-firefox .td-main-page-wrap {
padding-top:0!important;
}

Thanks.

Post count: 32

Hi, it also didn´t help. Here si my Custom CSS:


@media
(max-width:767px){
.td_block_13 .td_block_inner:after {
clear: both;
display: table;
content: “”;
line-height: 0;
}}


@media
(max-width:767px){ .td-pb-span4 .td_block_15{ float:none!important; }


@media
(max-width: 767px){
.td-menu-mob-open-menu .td-mobile-nav-wrap {
z-index: 1;
}
}

.td-md-is-firefox {
.td-main-page-wrap {
padding-top:0!important;
}
}

Post count: 23312

Hi,

Please send us an email at contact@tagdiv.com with your log-in information (wp-admin) so we can further inspect your setup page. Also, please provide the ink of this topic so we can easily identify you.

Thanks for the message!

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