Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support angelo_nwl

    (@angelo_nwl)

    do you have sample link to your site for us to see and analyze?

    Thread Starter matanacio

    (@matanacio)

    mlh.matanacio.com

    I used the #_EVENTIMAGE{50,50} to get the feature image to appear and set it to float: left because I was also trying float: right and I was just messing around with it, but I want it to appear exactly as it does in the demo (float: right and no bullets).

    caimin_nwl

    (@caimin_nwl)

    To remove the bullets you need to add a CSS rule to the style.css file of your theme:

    .widget li {
    list-style-type: none;
    }
    Thread Starter matanacio

    (@matanacio)

    Thanks!

    How do I set the featured image similar to the demo widget?

    caimin_nwl

    (@caimin_nwl)

    Try this in the widget:

    <div style="float:right; margin:0px 0px 0px 5px;">
     #_EVENTIMAGE{50,50}
    </div
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Featured Image in Widget’ is closed to new replies.