[SOLVED] Remove Icon and Floating Content to the Right
-
[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 ??
The page I need help with: [log in to see the link]
- The topic ‘[SOLVED] Remove Icon and Floating Content to the Right’ is closed to new replies.