• Resolved ajncwebsite

    (@ajncwebsite)


    Having a problem with the date of the news covering the top line of the news. Have a look bottom right of this page. February 6th is covering up some of the text. Sure it’s a quick fix but has anyone else had this?

    It’s all running on sportspress.

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • @ajncwebsite

    You could fix the output using this :
    Customizer –> Additional CSS –>

    .news-widget__post__title {
        font-family: 'Poppins', sans-serif;
        font-weight: 600;
        font-size: 18px;
        margin: 2.5em 0 0;
        display: inline-block;
    }

    but that doesn’t really solve the problem.

    What I find more interesting is that fact that the widget template is printing this href out twice – but the first time it iterates it is empty. There could be an error here in the template.
    See here :
    https://i.postimg.cc/VsVS3w82/2020-02-07-105913.jpg

    Roch

    (@rochesterj)

    thanks for the help again, corrinarusso 🙂

    Thread Starter ajncwebsite

    (@ajncwebsite)

    Hi all. Is this the best fix? Or is it soemthing that you need to get fixed with the widget? That said, I tried the CSS and worked a dream. Huge thanks for that @corrinarusso

    • This reply was modified 6 years, 1 month ago by ajncwebsite.
    • This reply was modified 6 years, 1 month ago by ajncwebsite.

    @ajncwebsite

    Great, no problem.

    It’s not the best fix, bit you would need to upload your template file to troubleshoot properly, or if you are using hooks in your theme functions file, you would need to upload that as well. You could use gist from github :
    https://gist.github.com/

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Problem with News widget’ is closed to new replies.