• Resolved meijin2k

    (@meijin2k)


    I am sure there is probably a way to do this. However, I am a total newb and almost clueless when it comes to CSS.

    Since the arrow on the link sits above the line height of the line it is in, have one or more external links in a paragraph causes the formatting of the paragraph to be a little “jagged” and not uniform. Not the end of the world, but I’d like to change that.

    Is there a way to “lower” the arrow so that it stays at the same height as the line in which it is being used? That would probably make it wider, but that is fine. I am guessing it can be done via CSS. I am just not sure how to.

    Thanks and thanks for a great plugin!

Viewing 1 replies (of 1 total)
  • Plugin Author cubecolour

    (@numeeja)

    Try adding the following CSS rule.

    
    .extlink sup:after {
    	top: 3px;
    }
    

    This can be added to an active child theme or to the custom CSS panel in the WordPress customizer.

    If that doesn’t work for you, please provide a link to a page on your site where the plugin is used.

Viewing 1 replies (of 1 total)
  • The topic ‘Can the arrow be “lowered”?’ is closed to new replies.