• Resolved NURB_2k

    (@nurb_2k)


    Hello,

    I’m using the [ Shortcode Mode ] on a blank page and try to get rid of the bullet list and ad a break between the “Title” and the “Content”.

    For example it’s looking like this:
    • [Thumb]
    Open letter to abolish software patents in Australia 1 view(s) | by Frank | posted on August 10, 2010

    And I want it like this:

    [Thumb]
    Open letter to abolish software patents in Australia
    1 view(s) | by Frank | posted on August 10, 2010

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi Nurb,

    Try this: open the wpp.css stylesheet located at your wordpress-popular-posts/style directory and change this…

    /* Stats tag styles */
    .post-stats {
    	font-size:9px;
    	font-weight:bold;
    }

    …into this:

    /* Stats tag styles */
    .post-stats {
    	display:block;
    	font-size:9px;
    	font-weight:bold;
    }
    Thread Starter NURB_2k

    (@nurb_2k)

    Nope no change for the bullet point…

    But the rest is working with the break.

    THX

    Guido

    Guido, the bullet is being appended by your theme’s css stylesheet. WordPress Popular Posts doesn’t add any css because I didn’t want to mess with people’s layouts.

    Anyways, can’t help you any further without seeing your site. Need to know how your theme builds my widget into it to give you a better idea.

    Thread Starter NURB_2k

    (@nurb_2k)

    Yepp, you are right, I just found it.
    So no worries about it, it’s part of the html styles of my theme called Avisio by Kriesi from Themeforest.net.

    Thanks for your quick help.

    But anyways have a look at http://www.nurb.de, maybe you’ll find something interesting in my first two hints for evernote or safari.

    King regards

    Guido alias NURB_2K

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[ WordPress Popular Posts] How to add a break between "Title" and content ???’ is closed to new replies.