• Closed by: Fred
  • Closed on: 02.05.20, 12:04
  • Reason: Closed
  • Comment: Glad to help!

Ticket #17138 - Center Logo Mobile

How can I make the logo centered if it is in the mobile version (not amp)
Only in mobile

From the console change (in mobile mode)

class=”col-inner widgets-left widgets-row”

by

class=”col-inner widgets-center widgets-row”

Thanks

Attachments:

logo-center.png (189.3 KiB)

Comments

Fred 27 Mar 2020, 12:25

try following CSS

@media (max-width:600px) {
.logo {margin:15px auto}
}
Alexandro Galussio 27 Mar 2020, 12:56

great!And to do it with the icons underneath?

.pk_customlinks pk_cl {margin:15px auto}
I think I’m doing something wrong

Attachments:

icon-center.jpeg (115.6 KiB)
Fred 27 Mar 2020, 19:08

But you have icons underneath. I also noticed you have limited header height. Ue following CSS to set “auto”

#header {height:auto !important}