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 #4565738
Logo not showing on Firefox
Closed

Comments

  • Livia started the conversation

    On Firefox the main logo in the menu banner does not show.

    Works fine on Chrome/Safari/Edge

    Attached files:  chrome_EUwua01QId.jpg

  •  3,132
    PenciDesign replied

    Hi,

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

    #logo a img,
    #navigation.header-6 #logo img {
      max-width: 100%;
      min-width: 300px;
      height: auto;
    }
    

    Regards,
    PenciDesign.

  • Livia replied

    perfect fix, thank you!