How-to and Troubleshooting
1
Posts
1
Users
0
Reactions
156
Views
Nov 16, 2024 7:10 pm
Hello,
My forum is https://yatrahelpline.com/community/
I'm using this CSS to center the logo on mobile devices
@media only screen and (max-device-width : 667px) { .fusion-mobile-logo { display: block !important; width: 75% !important; margin-top: 15px !important; margin-right: auto !important; margin-bottom: 15px !important; margin-left: 47px !important; } }
How can I center the logo on Tablet devices also. i checked it on Samsung galaxy S9 fe Tablet.