Viewing 4 replies - 1 through 4 (of 4 total)
  • I think only margins are being added by plugin.

    Try to locate which element is getting additional border (and where).

    <div class="googlepublisherpluginad">
    <ins class="adsbygoogle">
    <ins style="display:inline-table;border:none;...>
    <ins id="aswift_0_anchor" style="display:block;border:none;...>
    <iframe ...>
    
    </iframe></ins></ins></ins></div>

    The border is not part of the plugin indeed. The most likely reason is existing CSS on the page styling all “ins” tags. Removing or overriding that should solve the issue.

    Thanks to both of you for the response.

    @gpieter,

    I did find an “ins” tag in my css file. There was border-bottom attribute assigned to it. I have removed it, but I still don’t know what the ins tag is used for on my theme.

    You can see description and examples here:
    https://www.htmlquick.com/reference/tags/ins.html#tagexamples

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Remove bottom border’ is closed to new replies.