khleem Posted October 15 Posted October 15 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: Is it possible to reformat this information so it appears like this example below? Any advice is appreciated thanks! Site password is: 1234
tuanphan Posted October 17 Posted October 17 Hi, How about featured image? Remove it or keep it on left? 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!)
khleem Posted October 17 Author Posted October 17 46 minutes ago, tuanphan said: Hi, How about featured image? Remove it or keep it on left? I would like to remove it!
tuanphan Posted October 20 Posted October 20 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> Result 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!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment