Skip to content

First post ad overlaps #1

@ReyKoxha

Description

@ReyKoxha

If the first post ad is in use, it will overlap the second post slightly.
On mobile the ad will underlap the second post.

Fix:

            if (url.url.substring(0, 6) == "topic/") {
                if(data.after_first_post_id){
                    $(".posts >li:first-child").after("<li>" + getInsCode(data.client_id, data.after_first_post_id, '', 'margin: 15px auto', 'auto') + "</li><br>");
                    (adsbygoogle = window.adsbygoogle || []).push({});
                }
            }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions