• Resolved dscola

    (@dscola)


    GREAT PLUGIN! I’ve been looking for just this and finally found your plugin. However, there are two things I would like to alter (and yes, I’m not that much of a developer – or at all…). I’m using Layout 2 (grid).

    1. Reducing spacing before and after block: I’m using your block to insert it in a page and there is more white space before and after the block than I would like. Any way to reduce this?

    2. I would like to change the font size of the post title under the thumbnail. Seems to be an H4, maybe that’s why I’m having problems changing it?

    3. Center the H2 heading above the block, instead of having it aligned left.

    /Ola

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Tajam

    (@tajam)

    Hi, this plugin’s style will be be affected by the theme used on your site. Could you please tell me the theme name or just provide your live url?

    Thread Starter dscola

    (@dscola)

    Thanks for the info! My site is olaandersson.nu, but it’s still using my old theme. I’m about to switch to the default Twenty Twenty theme (might do it already today, depending on how some things go). Might be switched when you check it out – or maybe not… ??

    Mostly vanilla, without too much tweaking. Some minor CSS alterations.

    Plugin Author Tajam

    (@tajam)

    This code is to remove padding and margin:

    .widget_flex-posts-list {
    	margin-top: 0;
    	margin-bottom: 0;
    	padding-top: 0;
    	padding-bottom: 0;
    }

    This code is to change the post title font size:

    .widget_flex-posts-list .fp-title {
    	font-size: 22px;
    }

    And this code is to change block title alignment to center:

    .widget_flex-posts-list .widget-title {
    	text-align: center;
    }
    Thread Starter dscola

    (@dscola)

    Thanks so very much – worked like a charm! Now for the fine-tuning!

    Thanks again, ace support!

    /Ola

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Change font size + reduce spacing?’ is closed to new replies.