• Hello,

    I was wondering if it is possible to adjust the styling of the lists? I am testing the plugin on a local site and it pretty much meets all of my needs, I would just like to tweak the styling a little. Let me know.

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

    (@guido07111975)

    Hi,

    Of course, you can add your custom styling via the Custom CSS page in the Customzier.

    Which parts do do you want to change?

    Guido

    Thread Starter hgabender

    (@hgabender)

    Hello, thank you for such a quick response. I would like the widget event list to have less spacing and remove the separator line between the events. Is that possible? Or is it possible to display the widget list as a table?

    Thank you again.

    • This reply was modified 5 years, 9 months ago by hgabender.
    Plugin Author Guido

    (@guido07111975)

    Hi,

    To hide the seperator in the widget event list (only) add this:

    
    .vsel-widget .vsel-content {padding:0; border-bottom:0;}
    

    And less spacing between the meta data (date, time, etc)? Try this:

    
    .vsel-widget #vsel .vsel-meta p {margin:0 0 5px;}
    

    Guido

    Hi,
    I have another question regarding custom styling. I have been trying to change the layout of the event list to display the events in horizontal blocks (surrounded by the <div class=”vsel-content”>), instead of the vertical list. I have so far failed to do that, probably some conflict to existing “clear:both” in existing CSS.Any ideas?

    Never mind, I solved it myself: #vsel .vsel-content {clear:none; float:left; width:250px;}

    Thanks anyway for for the plugin, fits perfectly well for me.

    ??

    Plugin Author Guido

    (@guido07111975)

    Great and you’re welcome!

    Guido

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Custom Styling’ is closed to new replies.