Notifications
Clear all

How to center the logon on Tablet

1 Posts
1 Users
0 Reactions
156 Views
Posts: 56
Topic starter
(@amitkool21)
Trusted Member
Joined: 5 years ago

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.