• Resolved Murray Neilson

    (@mneilson)


    I have the plugin working just the way I want it. However, the widget wastes a significant amount of space and therefore takes up more room than it needs to.

    I am displaying Date & Time plus Tile as a link. There is a significant amount of space above Title and, more significantly, a large amount below the Time. I would have thought that with the space above the title, and a line separating events, there would not need to be a space at all after the last element displayed (in my case the time).

    Your comments please as to whether I can achieve this in the current version, or is this a new feature suggestion?

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Guido

    (@guido07111975)

    Hi Murray,

    Maybe styling from your theme is causing this, as the plugin only adds 5px margin between the elements (date, time, location, etc). But between individual events there is also some margin, padding and a border. Is that what you mean perhaps?
    Do you want to share a link to your site?

    Guido

    Plugin Author Guido

    (@guido07111975)

    If you want to reduce space between individual events, add this at page Additional CSS of the Customizer:

    .vsel-widget #vsel .vsel-content {
    margin:0 0 10px;
    padding:0 0 10px;
    }
    .vsel-widget .vsel-meta {
    margin-bottom:0;
    }
    Thread Starter Murray Neilson

    (@mneilson)

    I’m not sure what you mean by “page Additional CSS of the Customizer”. How do I access the Customizer?

    Plugin Author Guido

    (@guido07111975)

    Via Appearance > Customize. If you’re using a child or custom theme you can also include it there.

    Guido

    Thread Starter Murray Neilson

    (@mneilson)

    Thanks Guido, that works perfectly.

    Plugin Author Guido

    (@guido07111975)

    Great, thanks for informing me!

    Plugin Author Guido

    (@guido07111975)

    Hi @mneilson / Murray,

    In last plugin update to 18.9 I have added a CSS fix for the widget.
    You can remove this from your custom CSS because not needed anymore:

    .vsel-widget .vsel-meta {
    margin-bottom:0;
    }
Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Resizing Event on Widget’ is closed to new replies.