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 #3124169
Website looks different in Safari
Closed

Comments

  • andrewsgibson started the conversation

    The front page of my website looks different in Safari. The three boxes at the top (Lightroom Classic ebooks, Free email course and Develop Presets) should be the same width as the column below (this is how it looks in other browsers). But for some reason they are wider in Safari.

    Can you help with this?

    Thanks,

    Andrew

  •  2,488
    PenciDesign replied

    Hi,

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

    @media screen and (-webkit-min-device-pixel-ratio:0) {
        .container.home-featured-boxes {
            display: block;
        }
    }

    Regards,
    PenciDesign.