Archived topic
Logo position in tablet modus
3 replies · Started by Marcel on August 21, 2017
The logo is displaying wrong in tablets with 800x1280 view.
https://drive.google.com/open?id=0B3BpXNTWJw9tTGFDUy0xaU9GSlk
This is css what i found regarding the logo:
.site-logo {
display: inline-block;
position: absolute;
left: 265px;
}
@media (max-width: 768px) {
.site-logo {
max-width: 100%;
float: right;
}
}
@media (min-width: 769px) {
.site-logo {
display: inline-block;
position: absolute;
left: 200px;
}
Marcel
Hi Marcel,
That's weird. Did you add some CSS for the logo?
Can you provide a link to your site?
Thanks!
The css regarding the logo I added in my post already. The website is hattrickmanagement.com
Things will overlap if you use position: absolute;
I think this is what you want: https://docs.generatepress.com/article/putting-site-title-next-logo/