JohnFleuron Posted September 2, 2021 Share Posted September 2, 2021 Site URL: https://grouse-capybera-9azb.squarespace.com Because the Events Calendar page does not support regular, repeating events without manually inserting the repeated events every week I thought I would insert a block above the Calendar Listings which could state weekly events. However the Events Calendar page does not allow insertion of text blocks above the Calendar Listings. So I thought of a workaround - use the Banner function to exhibit the Page Title and Page Description Text which will serve as a text block. So I inserted a Blue background into the banner and formatted the text. This works fine, but because the Banner background is a graphic it does not reflow when looking at the site on a mobile and so the Page Description text disappears. Any thoughts? I am a CSS newbie – thanks in advance for your help! Password Turner1754 Link to comment
tuanphan Posted September 4, 2021 Share Posted September 4, 2021 Add to Design > Custom CSS > Then save & reload your site /* Calendar banner on mobile */ @media screen and (max-width:767px) { #hero .wrapper { background-color: #4d94c2; margin-top: 0 !important; } div#hero .page-description { display: block !important; } div#hero { min-height: 350px; } } 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.