Search code examples
csswordpresspositioncentering

Logo Centering in mobile view


This is my wordpress website and I'm trying to move my logo in center.

https://sunnongdanusa.com/

I've tried their attribute and position, but its not working and need help

please help me to change logo position only in mobile view

Thank you


Solution

  • This is the style rule which is causing the problem. Comment out this rule and I think you'll find your issue is resolved.

    @media screen and (max-width: 1159px) {
      .mobile-logo-right #header-responsive .header-right {
        display: none;
      }
    }