Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #3437476
logo
Closed

Comments

  • murilor7 started the conversation

    Hello, I am not able to center the logo for the phone. can you help me?

    Attached files:  logoerror.jpg

  •  2,541
    PenciDesign replied

    Hi,

    Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

    @media only screen and (max-width: 767px) {
        #navigation.header-6 #logo {
          margin-left: 40px;
        }
    }

    Regards,
    PenciDesign.