publicruckus Posted January 13, 2022 Share Posted January 13, 2022 Site URL: https://www.barriertoentrypac.com/ Hi there! I'm having problems with some CSS in my footer. I have two logos in the footer that used to be centered but all of a sudden no longer are. The CSS has worked fine for months. This code snippet will no longer center the logos: .btecircle { margin: 17px auto; padding: 17px 0 17px 0; display: block; width: 100px; } I dug into the CSS on Google Chrome and found that when I disable this line of code, everything works and looks fine: #footer-sections a { display: inline-block; } I'm having problems with that line of code on a few sites. Does anyone have any solutions? I'm stuck and it's driving me up a wall. Here's the website: barriertoentrypac.com Thank you! Link to comment
Solution creedon Posted January 13, 2022 Solution Share Posted January 13, 2022 You could override that footer CSS. Either by section or block id. #footer-sections [data-section-id="604b65f37184797328463ab3"] a { display : unset; } #footer-sections #block-yui_3_17_2_1_1616092381930_9548 a { display : unset; } Let us know how it goes. Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects. Link to comment
publicruckus Posted January 13, 2022 Author Share Posted January 13, 2022 Thank you, @creedon! That worked! I really appreciate the help! creedon 1 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