• Resolved Robin

    (@nioriaa)


    Why the title of WordPress Popular Posts in the sidebar is not shown in a straight line?

    It always showing like: https://prnt.sc/6aaLRgcDo3mr

    Popular

    Posts” (Title).

    I want to show in a straight line, like: “Popular Posts” (Title).

    Please see the screenshot and help me.

    • This topic was modified 1 year, 3 months ago by Robin.

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

Viewing 1 replies (of 1 total)
  • Plugin Author Hector Cabrera

    (@hcabrera)

    Hi @nioriaa,

    The reason it looks like that is some CSS rules coming from your theme. Please follow the instructions below to correct that:

    #1 Go to WP Dashboard > Appearance > Customize > Additional CSS.

    #2 Add the following CSS code:

    .widget > .popular-posts {
        padding: 0 !important;
    }

    #3 Click on the Publish button to save changes.

    #4 Clear LiteSpeed Cache’s page cache (check their documentation for more details or reach out to their support team if you need assistance with this.)

Viewing 1 replies (of 1 total)
  • The topic ‘WPP title broke in sidebar’ is closed to new replies.