Support » Plugin: Display Eventbrite Events » [SOLVED] Remove Icon and Floating Content to the Right

  • Resolved praisehim

    (@praisehim)


    [SOLVED]
    Per usual, a bit of flex, a bit of CSS, and I’ve got what I wanted! Here’s the code that I used to create a table-esqe layout using the free version and some CSS in Divi:

    /* Organize events into a 3 column table */
    .eaw-li__flex {
      margin-bottom: 50px;
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      gap: 25px;
      flex-wrap: wrap;
      flex-flow: row wrap;
    }
    
    .eaw-content-wrap {
      width: 50%;
    }
    

    Hope this little snippet helps someone in the future!

    —-

    Hi there! I’m currently using the free version of the plugin, and I’m wondering if you could point me into the direction of the CSS to use to make the date/description etc. float to the right of the event thumbnail, as opposed to beneath it?

    Also, how do I go about changing the icon next to “Register”? I’d like to get rid of it completely, as I’m using this plugin with Divi, and it’s styling already has an icon.

    Any advice would be greatly appreciated 🙂

    • This topic was modified 2 years, 3 months ago by praisehim.

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

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

    (@alanfuller)

    Have you tried the free options?

    Such as

    Option: thumb_align [default eaw-aligncenter] (text) Widget Template Only – class for the thumbnail image alignment, preset values are eaw-alignleft, eaw-aligncenter, eaw-alignright.

    See https://fullworks.net/docs/display-eventbrite-events-in-wordpress/usage/using-the-shortcode/

    In terms of other personalised CSS and customisation support, I am afraid that is not something I am prepared to offer to free collaborators, as that is something I offer to pro users as part of their package. Without pro user support there would be no free version for others to enjoy.

    For free help on CSS I would recommend other resources, there are several helpful groups on Facebook and you can try the general support forums on wordpress.org.

    Thank you for collaborating with us.

    Plugin Author Alan Fuller

    (@alanfuller)

    I am glad you worked out a solution and even happier you have shared to benefit others.

    Alan

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[SOLVED] Remove Icon and Floating Content to the Right’ is closed to new replies.