Jump to content

Need help reformatting event page - is this possible?

Recommended Posts

Posted

Site URL: https://algae-circle-nd59.squarespace.com/

Hello!

I am wanting to reformat my "Schedule" section, and I'm unsure how to do it/if it's even possible. Here is an example of the current section below:

image.thumb.png.8631dee7bb04df9156a366f9f58bd323.png

 

Is it possible to reformat this information so it appears like this example below? Any advice is appreciated thanks! Site password is: 1234

 

image.thumb.png.045e91a8925a3d435d1b6a3acbf4a74b.png

  • Replies 3
  • Views 466
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Posted Images

Posted
46 minutes ago, tuanphan said:

Hi,

How about featured image? Remove it or keep it on left?

I would like to remove it!

Posted
On 10/17/2024 at 11:29 AM, khleem said:

I would like to remove it!

You can use this code to Website Tools > Code Injection > Footer

<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js"></script>
<script>
$(document).ready(function(){
  $('.eventlist-event').each(function() {
    var eventitle = $(this).find('h1.eventlist-title');
    var eventmeta = $(this).find('ul.eventlist-meta.event-meta')
   $(eventmeta).appendTo(eventitle);
  });
});
</script>
<style>
  @media screen and (min-width:768px) {
a.eventlist-column-thumbnail.content-fill {
    display: none;
}
  .eventlist-column-info {
    width: 100% !important;
}
    /* title - metadata */
h1.eventlist-title {
    float: left !important;
    width: 40% !important;
    margin-right: 3% !important;
}
    /* excerpt */
    .eventlist-excerpt {
    float: left;
    width:40%;
}
    .eventlist-event {
    border-bottom: 1px solid gray;
}
  }
</style>

image.thumb.png.729ed032f9a455fb56297cca5956c4da.png

Result

image.thumb.png.e1234055f00aee8250d33076c1563fc2.png

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Create an account or sign in to comment

You need to be a member in order to leave a comment


×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.