Scoped Css blanking out my homepage.

Posted in: Newspaper
Post count: 8

The homepage does not display on here because of this weird scoped thing. https://bnn.io/ anything smaller then 767px.

Best I can tell this is the issue.
.td_uid_12_5bb8f9d677a7d_rand{
margin-top:-36px !important;
display:table !important;

<style scoped=””>

/* custom css */
.td_uid_12_5bb8f9d677a7d_rand {
min-height: 0;
}
/* inline tdc_css att */

.td_uid_12_5bb8f9d677a7d_rand{
margin-top:-48px !important;
}

.td_uid_12_5bb8f9d677a7d_rand .td_block_wrap{ text-align:left }

/* phone */

@media
(max-width: 767px)
{
.td_uid_12_5bb8f9d677a7d_rand{
margin-top:-36px !important;
display:table !important;
}
}

</style>

Post count: 23312

Hello,

Unfortunately, I do not exactly understand what you want to achieve. Please provide some screens with the error so I can take a closer look at it and be more specific to your issue.

Thanks for the message!

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