-
AuthorPosts
-
September 18, 2016 at 12:19 pm #688096
Hey,
I’m trying to show the incoming events list horizontally with big photo (like Grid layout), I added the following code but it didn’t work:
img.av-upcoming-event-image.wp-post-image { width: 200px; border-radius: 0; } .av-upcoming-events .av-upcoming-event-entry.av-upcoming-event-without-image { width: 31.5% !important; margin-left: 2% !important; } .av-upcoming-events .av-upcoming-event-entry { width: 31%; float: left; margin-left: 2%; }Can you help me with this.
Thanks in advance :)September 20, 2016 at 1:01 pm #689139Hey SkinnovationIBK!
Can you please post the link to your page and a screenshot showing the changes you would like to make?
You can upload your screenshots on imgur.com or Dropbox public folder and post the links here.Cheers!
YigitSeptember 20, 2016 at 1:42 pm #689179Hey Yigit,
Here’s the link of the website:
http://inncubator.at/homeAnd I need the events to be showed like this:
http://imgur.com/ECSxmRC or http://imgur.com/WvuMkspThanks for your help :)
-
This reply was modified 9 years, 2 months ago by
SkinnovationIBK.
September 20, 2016 at 1:50 pm #689187Hi!
I changed your code to following one
.av-upcoming-events .av-upcoming-event-entry { width: 31%; float: left; margin-left: 2%; clear: none; } .av-upcoming-event-image { width: 100% !important; border-radius: 0 !important; } .av-upcoming-event-data { width: 100%; padding-top: 20px; }Please review your website now
Cheers!
YigitSeptember 20, 2016 at 1:57 pm #689194Perfect! Thank you so much.
Can you also provide me the code to make it responsible in small screen.
Thanks Yigit.September 20, 2016 at 1:58 pm #689196Hi!
Please add following code to Quick CSS as well
@media only screen and (max-width: 767px) { .av-upcoming-events .av-upcoming-event-entry { width: 100%!important; margin-left: 0!important; }}Cheers!
YigitSeptember 20, 2016 at 2:02 pm #689203Wow! you’re awesome!!!!!
Thanks!September 20, 2016 at 2:03 pm #689205 -
This reply was modified 9 years, 2 months ago by
-
AuthorPosts
- The topic ‘Styling Incoming events list in Events Calendar’ is closed to new replies.
