• Resolved davidsavill

    (@davidsavill)


    Hi all,

    I was just looking at our events page, and I think the layout could do with a tweak, there are 3 key things I’m not liking.

    1.
    We have too many lines (too much like a grid)

    I do like the layout of the demo as it’s quite clean (one line between each event)
    http://demo.wp-events-plugin.com/events

    2.
    Even though ‘Advanced Search’ is turned off, our search bar at the top is quite thick, the space for ‘Advanced Search’ is still there, even though the link isn’t.

    3.
    There seems to be a big space between lines (again comparing to the demo)
    so for example, on the left, there is a big space between the date and time, and on the right, there is a big space between the title and description.

    Any idea how to fix these 3 things would be appreciated.

    Thank you

    David.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi David,

    1. Here’s the formatting needed to reproduce the event list format used on the demo:

    https://pastebin.com/x2n46ZaP

    2. Looks like your theme is doing something strange with the form spacing. Try adding this to the end of the style.css file of your theme:

    
    .em-search-form {
        height: 48px;
    }

    3.Do you have lots of <br/> tags between the placeholders used in the “Default event list format” under Events > Settings > Formatting > Events?

    Thread Starter davidsavill

    (@davidsavill)

    Thank you loads for your help,

    With what you put here I’ve been able to mess with it and make it much better,

    David.

    No problem 🙂 Let us know if you need more help.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Layout’ is closed to new replies.