Greenroom Posted October 20, 2020 Share Posted October 20, 2020 (edited) Site URL: https://krill-grasshopper-kdzd.squarespace.com Hi Everyone, Just wondering if I could get some help with css code to get the text/content links I have created in the footer section of this website to sit centered (rather than the text sitting to the default left alignment as it currently is). Password to access is AU2020 This template doesn't have the footer menu option like some so I have had to create it using Content Links instead. Any help much appreciated! Thanks Edited October 20, 2020 by Greenroom added password for site access Link to comment
rwp Posted October 21, 2020 Share Posted October 21, 2020 #footer-sections .collectionlink-title { text-align: center; } Link to comment
Andre_99 Posted December 27, 2021 Share Posted December 27, 2021 On 10/21/2020 at 3:19 AM, rwp said: #footer-sections .collectionlink-title { text-align: center; } If other wounder. it worked perfect for what i need to! tuanphan 1 Link to comment
DevonHarris Posted August 13, 2022 Share Posted August 13, 2022 On 10/20/2020 at 9:19 PM, rwp said: #footer-sections .collectionlink-title { text-align: center; } hi! Any idea how to make all BUT ONE block of text centered in mobile? I want everything centered EXCEPT my accordion block. Anytime I change anything it applies changes to the whole section. This is mobile only. https://www.tlastmarks.com/pre-k password: Devon Link to comment
tuanphan Posted August 14, 2022 Share Posted August 14, 2022 20 hours ago, DevonHarris said: hi! Any idea how to make all BUT ONE block of text centered in mobile? I want everything centered EXCEPT my accordion block. Anytime I change anything it applies changes to the whole section. This is mobile only. https://www.tlastmarks.com/pre-k password: Devon Use this CSS /* footer accordion text */ @media screen and (max-width:767px) { div#block-yui_3_17_2_1_1660051489419_107975 * { text-align: left !important; } } 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
Create an account or sign in to comment
You need to be a member in order to leave a comment