• It’s an amazing nifty plugin. I’m facing an issue with the hyperlinked text jumping to the next line.

    If I’ve a plain text in the text widget, it looks fine and on a single line. However, if certain part of the text has a hyperlink (e.g. I want to add hyperlinks at two places in this text: Login here. Not a member? Register here). Every time hyperlink is added, it jumps to the next line. Looks something like this:

    Login Here
    | Not a member?
    Register here.

    I tried css codes as mentioned on the plugin page and added a few properties but not much luck. I tried:
    .yawp_wim_wrap a {
    width: auto !important;
    padding: 0 !important;
    float: left !important;
    clear: left !important;
    }

    It helped with the first hyperlink to be in the same line but not with the second one. Any pointers on CSS fix for this?

  • The topic ‘Hyperlinked text jumps to the next line’ is closed to new replies.