pib Posted September 29, 2020 Share Posted September 29, 2020 Is it possible to show both past and future events in the events summary block that's inserted on another page? I don't want to add two summary blocks because I don't want a line break between the past events and the upcoming events. Link to comment
tuanphan Posted October 2, 2020 Share Posted October 2, 2020 You can add 2 summary blocks then we can give the code to remove spacing between them 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!) Link to comment
Markus12 Posted July 28, 2021 Share Posted July 28, 2021 @tuanphan I am having the same issue. Could you please post the code to remove the spacing between the two summaries? Link to comment
tuanphan Posted July 30, 2021 Share Posted July 30, 2021 On 7/28/2021 at 9:42 PM, Markus12 said: @tuanphan I am having the same issue. Could you please post the code to remove the spacing between the two summaries? Hi. Can you share link to page where you added 2 summaries? We can check code easier 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!) Link to comment
Markus12 Posted August 3, 2021 Share Posted August 3, 2021 @tuanphan It's this one: https://www.feg-nord.de/home-1 The summary blocks are at the right below the headline "Nächste Veranstaltungen". The "Test Event" is upcoming, the others below starting from "Sommerfest der Allianz" are past events. Thanks for looking into it! Link to comment
tuanphan Posted August 4, 2021 Share Posted August 4, 2021 20 hours ago, Markus12 said: @tuanphan It's this one: https://www.feg-nord.de/home-1 The summary blocks are at the right below the headline "Nächste Veranstaltungen". The "Test Event" is upcoming, the others below starting from "Sommerfest der Allianz" are past events. Thanks for looking into it! Add to Design > Custom CSS /* nachste bottom padding */ div#block-db93fbf4615216b2e9a8 { padding-bottom: 0px; } /* Sommer top padding */ div#block-yui_3_17_2_1_1627483784993_7024 { padding-top: 0px; } 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!) Link to comment
Markus12 Posted August 4, 2021 Share Posted August 4, 2021 Thanks @tuanphan I'll try and use it. One question left: Are you sure the ids that are part of the CSS identifiers don't change over time? I.e., the only change when I would delete and add again the blocks? Link to comment
tuanphan Posted August 5, 2021 Share Posted August 5, 2021 16 hours ago, Markus12 said: Thanks @tuanphan I'll try and use it. One question left: Are you sure the ids that are part of the CSS identifiers don't change over time? I.e., the only change when I would delete and add again the blocks? If you remove block, add new one, id will change If you edit block >> change setting (eg: color, items number, ...) ID won't change. 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!) Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.