• Resolved kgreenbaum

    (@kgreenbaum)


    I have installed a plugin called “Sermon Browser” on my church’s website. The plugin works great; the widget seems to work great, but if you look at it in the right column of the home page, you’ll see white triangular-like shapes before each element — the title, the date and the mini-audio player.

    I cannot figure out how to fix that. I’ve posted to the Sermon Browser support forum, but have not gotten a usable response yet. I’m unsure whether this is an issue within Sermon Browser’s widget or the CSS for the theme I’m using. I’d be grateful for any help or advice.

Viewing 2 replies - 1 through 2 (of 2 total)
  • it is a coincidence of one of the theme’s styles with an element of the sermon widget:

    edit style.css of your theme and find:

    #right-sidebar span {
    	background: url(images/bg_corner_topleft.gif) top left no-repeat;
    	padding: 5px 5px 5px 10px;
    }

    change it to:

    #right-sidebar span {
    	background: none;
    	padding: 5px 5px 5px 0px;
    }

    Thread Starter kgreenbaum

    (@kgreenbaum)

    Thank you for your reply. Someone also saw my post on the Sermon Browser support forum and sent me a note. Again, I’m grateful for the assistance.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Unsightly markings in WP widget’ is closed to new replies.