chlorichardson 0 Share Posted July 20, 2020 Site URL: https://www.interiorsbyhonor.com/ My client is after the logo to be in the center when viewing on mobile. I have no idea how to get this to work.... suggestions Link to post
1 derricksrandomviews 455 Solution Share Posted July 20, 2020 This is something that might work. You have an uploaded logo so the top piece of code is what you want to us. For an upload logo, use Center Header Logo and for site title text use Center Site Title. // Center Header Logo // @media only screen and (max-width: 640px) { .header-title-logo { width: 120%; text-align: center; } } // Center Site Title // @media only screen and (max-width: 640px) { .header-title-text { width: 120% !important; text-align: center !important; } } Link to post
Question
chlorichardson 0
Site URL: https://www.interiorsbyhonor.com/
My client is after the logo to be in the center when viewing on mobile. I have no idea how to get this to work.... suggestions
Link to post
Top Posters For This Question
1
1
Popular Days
Jul 20
2
Top Posters For This Question
chlorichardson 1 post
derricksrandomviews 1 post
Popular Days
Jul 20 2020
2 posts
Posted Images
1 answer to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment