TGF-FC Posted August 11, 2022 Share Posted August 11, 2022 Site URL: https://kanaconsult.com/ Hi there, Hoping someone can help. I have four logos in the footer of my clients' site and would like to right align them. See attached screenshot. In mobile view, I'd also like to have them in 2 or 3 columns (as on 2nd attachment) Been trying to find a solution to no avail. URL is https://kanaconsult.com/ Many thanks! Link to comment
TGF-FC Posted August 11, 2022 Author Share Posted August 11, 2022 I should also add that I made the logos closer together and corrected some spacing with the following CSS. @media only screen and (min-width: 951px){ footer .sqs-col-2 { width: 13%; } } @media only screen and (min-width: 951px){ footer .sqs-col-2 #block-yui_3_17_2_1_1660205166960_36647,#block-yui_3_17_2_1_1660205166960_31252, { margin-left: 10px; } footer .sqs-col-2 #block-yui_3_17_2_1_1644406133394_26249, { margin-left: 5px; } } Link to comment
tuanphan Posted August 13, 2022 Share Posted August 13, 2022 Try adding to Design > Custom CSS @media screen and (min-width:992px) { div#page-section-619509f481b3853d1ccd2a8d>.row>.span-2 { position: relative; right: -100px; } } 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
TGF-FC Posted August 15, 2022 Author Share Posted August 15, 2022 This is perfect, thank you so much!! I used the same code to change the logos to run over four 'columns' on mobile. tuanphan 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