Haoma Posted January 18, 2023 Share Posted January 18, 2023 I was able to force the text navigation to show in tablet view (with help from another post) but it left the logo off centre. Any advice on how to centre the logo in tablet view? My attempts end up moving the logo off-centre in regular desktop and mobile views. It must be to do with margins or padding coming from the navigation links but I can't seem to make it work. Any help would be greatly appreciated! Thank you in advance! Link to comment
tuanphan Posted January 19, 2023 Share Posted January 19, 2023 Hi, What is your site url? 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
Haoma Posted January 25, 2023 Author Share Posted January 25, 2023 www.haomaselections.com Link to comment
Solution tuanphan Posted January 27, 2023 Solution Share Posted January 27, 2023 On 1/25/2023 at 7:32 PM, Haoma said: www.haomaselections.com Add to Design > Custom CSS @media screen and (max-width:1024px) and (min-width:768px) { .header-title-logo { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); } } 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
Haoma Posted February 2, 2023 Author Share Posted February 2, 2023 That was a big help! 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