• Resolved danniee

    (@danniee)


    Hi!

    Is there a way to add a 1px border below each post in the widget? I tried adding <hr> in the Post HTML Markup but it’s too thick and I cannot style it.

    Also, for some reason, the first entry excerpt is bold and the others are not. Is there any way to fix this?

    Another thing, with thumbs enabled, it doesnt look very good in mobile view. It seems to try to fit everything in one row when it would be better to have image first and then all the text below. Just my opinion.

    Alternatively, is there a way to let another post plugin display the popular post content, for example the WP Latest Posts plugin to show the most popular posts?

    Sorry for so many questions.

    Thank you
    Dan

    • This topic was modified 6 years ago by danniee.
    • This topic was modified 6 years ago by danniee.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Hector Cabrera

    (@hcabrera)

    Hi @danniee,

    Is there a way to add a 1px border below each post in the widget?

    Yep, please try this:

    1. Go to Appearance > Customize.
    2. Under Additional CSS, add the following:
      .wpp-list li {
          border-bottom: 1px solid #000000; /* Adjust these values to your needs */
      }
    3. Save changes.

    If you have a caching plugin installed on your site you might need to flush its cache for these changes to take effect.

    Also, for some reason, the first entry excerpt is bold and the others are not. Is there any way to fix this?

    Can’t say without more details. Please share your site’s URL so I can have a look.

    Another thing, with thumbs enabled, it doesnt look very good in mobile view. It seems to try to fit everything in one row when it would be better to have image first and then all the text below. Just my opinion.

    I’m aware of this. The plugin actually barely adds any CSS styles to the list which is why it’s up to the developer / user to style it (read this for more details.)

    However, I do plan to improve how the WPP widget looks sometime this year. For the time being, here are some suggestions you can try to give a better look & feel to WPP (or, if you’re up for it, I’m available for freelance work.)

    Alternatively, is there a way to let another post plugin display the popular post content, for example the WP Latest Posts plugin to show the most popular posts?

    With time and the right skills everything is possible. If you know how to code and if that plugin has filter/actions hooks you can use to change its output then yes it’s 100% doable.

    Thread Starter danniee

    (@danniee)

    @hcabrera hello sir and thank you for your kind help. I will play around with the css and see if I can create something that fits my site.

    As for the bold text, it seems to be my theme that adds it for some reason as I tracked it down with the inspection tool. Very strange that it only affects the first entry in your plugin.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Add border bottom + more’ is closed to new replies.