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.
2 Replies
Dec 22, 2024 7:54 pm
I'm bumping this post, just in case someone knows the solution.