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 #2853732
Header 3
Closed

Comments

  • foundright started the conversation

    Header logo graphic does not show correct some times and never in preview.

     Google 728 x90  code does not work on header 3. Preview shows logo wrong but real browser works

  •  2,492
    PenciDesign replied

    Hi,

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

    @media only screen and (min-width: 1170px) {
        .inner-header #logo img {
            width: auto;
            height: 90px;
            max-height: 90px;
        }
    }

    Regards,
    PenciDesign.