• Resolved larissaswayze

    (@larissaswayze)


    Hello – I am redesigning my site and really like this plugin (I used it to great success on my old site), but for some reason the titles are displaying strangely – they’re smushed right up against the thumbnails and then wrapping around underneath. Is there a fix for this? Thanks!

    https://7m0.b9b.myftpupload.com/home-my-current-edit/ (in the right sidebar – toward the bottom of the page)

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Martin Stehle

    (@hinjiriyo)

    That is indeed a strange case. Although the style sheet is available it is not applied. Try this: in the WordPress administration area go to the Customizer and open the panel “Additional CSS”. Paste this code into the field:

    .rpwwt-widget ul { list-style: outside none none; margin-left: 0; margin-right: 0; padding-left: 0; padding-right: 0; }
    .rpwwt-widget ul li { overflow: hidden; margin: 0 0 1.5em; }
    .rpwwt-widget ul li:last-child { margin: 0; }
    .rpwwt-widget .screen-reader-text {border: 0; clip: rect(1px, 1px, 1px, 1px); -webkit-clip-path: inset(50%); clip-path: inset(50%); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute !important; width: 1px; word-wrap: normal !important; word-break: normal; }
    .rpwwt-widget .screen-reader-text:focus {background-color: #f1f1f1; border-radius: 3px; box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); clip: auto !important; -webkit-clip-path: none; clip-path: none; color: #21759b; display: block; font-size: 0.875rem; font-weight: 700; height: auto; right: 5px; line-height: normal; padding: 15px 23px 14px; text-decoration: none; top: 5px; width: auto; z-index: 100000; }
    .rpwwt-widget ul li img { display: block; float: left; margin: .3em .75em .75em 0; }
    .rpwwt-widget ul li img { width: 75px; height: 75px; }

    Save the change and reload a webpage.

    Plugin Author Kybernetik Services

    (@kybernetikservices)

    Hi @larissaswayze.
    I assume you were able to fix your problem. If not, please don’t hesitate to ask.

    Thread Starter larissaswayze

    (@larissaswayze)

    Hi! Yes I actually was only able to just try it now but it worked right away – thank you so much!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Post Titles Displaying Strangely’ is closed to new replies.