• Is there anyway to stack the event title, feature image, details, etc. into one – full width column. Instead of splitting into 3 columns.

    I am actually disabling everything except the summary and the feature image, so I would like it to be centered on the page. Right now everything is sitting to the right.

    The page I need help with: [log in to see the link]

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

    (@guido07111975)

    Hi,

    1) Via the VSEL settings change width of the featured image to 100%.

    2) Add this at the Extra CSS page of the Customizer in your dashboard:

    
    .page-id-431 .vsel-meta {width:100% !important;}
    .page-id-431 .vsel-image-info {width:100% !important; clear:both;}
    

    (This will now only apply to page with ID 431)

    Guido

    Plugin Author Guido

    (@guido07111975)

    Hi again,

    Forgot to mention, when using the widget the meta and info-image section are full width by default. You only have to hide the relevant meta and change width of the featured image to 100% via the settingspage and you’re done.

    Guido

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Event List Layout’ is closed to new replies.