Guest Posted September 27, 2022 Share Posted September 27, 2022 Site URL: https://www.rinnegatiandco.com Hi there! I'm trying to align the header logo image further to the left on a client's site. None of the coding I've found thus far has done the trick. Halp! 🙂 Link to comment
joseph81 Posted September 27, 2022 Share Posted September 27, 2022 Please attach password for your website ! Jozsef Kerekes - Front-end developer and Squarespace enthusiast My Blog: https://ui-workarounds.comIf you like my answer, please give me an upvote/like. Highly appreciated. Â Â Link to comment
Guest Posted October 1, 2022 Share Posted October 1, 2022 @joseph81Â Oops! It's RENEGADE Link to comment
joseph81 Posted October 1, 2022 Share Posted October 1, 2022 .header-title { padding-left: 10%; } Â Jozsef Kerekes - Front-end developer and Squarespace enthusiast My Blog: https://ui-workarounds.comIf you like my answer, please give me an upvote/like. Highly appreciated. Â Â Link to comment
Guest Posted October 1, 2022 Share Posted October 1, 2022 11 hours ago, joseph81 said: .header-title { padding-left: 10%; }  Thank you for your response! So this code seems to actually move the logo to the right... ? I tried negative percentages (-10%) but that didn't work either  Link to comment
joseph81 Posted October 1, 2022 Share Posted October 1, 2022 My mistake. Instead of padding-left: 10% please try margin-left: -10px or any other value tuanphan 1 Jozsef Kerekes - Front-end developer and Squarespace enthusiast My Blog: https://ui-workarounds.comIf you like my answer, please give me an upvote/like. Highly appreciated. Â Â Link to comment
tuanphan Posted October 3, 2022 Share Posted October 3, 2022 On 10/2/2022 at 3:30 AM, MadcapCreative said: Thank you for your response! So this code seems to actually move the logo to the right... ? I tried negative percentages (-10%) but that didn't work either  You can try this .header-title-logo { position: relative; left: -2vw; } or this code (Default is 3vw) .header-announcement-bar-wrapper { padding-left: 1vw !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