• The logo in my mobile site was very tiny, so I used CSS code that was suggested in a previous post to make it larger. It did that, but now the logo is on the right side of the screen, not centered.

    Here is my website https://tmmorleyinc.com/

    And here is the CSS that I used that was posted previously that should have taken care of it:

    .custom-logo-link img {
    display: block;
    margin: 0 auto;
    min-height: 64px;
    min-width: 250px;
    }

    Thanks for your help!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello,

    If you would want the logo to appear on the center please add the below given CSS code to
    Dashboard -> Appearance -> Customize -> Theme Options -> Advanced Options

    @media screen and (max-width: 768px) {
    .custom-logo-link img {
        margin-left: -55px;
     }
    }

    Hope it helps.
    Best regards.

    Thread Starter Lori Schroeder

    (@lswebs)

    Thanks, I adjusted the margin a bit and that worked. I appreciate your help!

    Thank you for the appreciation.

    If you want more dedicated and swift support on the theme, please visit the theme’s official support forum where the theme’s official support team are stand by to answer each and every one of your questions.
    https://themepalace.com/forum/education-hub/

    Best regards.
    Have a good week ahead.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Logo in Mobile Site’ is closed to new replies.