• Resolved elishama

    (@elishama)


    The EV Widget Post plugin is formatting my links in the sidebar widget so there is a break between the bullet and the link. This uses twice as much space and I can’t figure out how to change formatting to put them back on the same line.

    Nothing else in my theme does this. Take a look https://www.tattedtreasures.com/ The widget is the set of links in bold on the right sidebar, under the title Absolute Beginner Tatting Series. I also don’t know why they are bold but am okay with this.

    Please help.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi elishama,
    The problem is caused because the links are <h3> elements
    ( also they are bold for that ), to fix that you have to declare in your css file ( style.css) some rules for override that behavior:

    .ev-widget-post-tittle {
     display: inline;
     font-weight: normal; /* If you want font with no bold */
    }
    Thread Starter elishama

    (@elishama)

    Woohoo! eveeans, you’re wonderful! It worked! Thank you so much!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘EV WIdget Post formatting links’ is closed to new replies.