Site logo

Archived topic

CSS shadows not showing on Mobile (GBlocks)

7 replies · Started by Jose on December 9, 2020

Viewing posts 1–8 of 8

Hello team,

Thank you for the update however now with GB 1.2 the CSS shadows are not showing on Mobile for grid containers on my homepage.

You can see here on desktop
https://proyectovidaplena.com/

Im using
Class: testimonio-box

.testimonio-box {
    box-shadow: 0 0 10px rgba(220,224,228,0.95)
}

Screenshot attached.

Please help.

Wow superfast reply! 👍

ok... and how can I unwrap?

I did not touch anything besides Today I updated Wordpress and GB.

PD.

Im using on page editor Simple CSS.

.testimonio-box
{
box-shadow: 0 0 10px rgba(220,224,228,0.95)
}

I'd assume you have a @media (min-width: 769px) { somewhere in your CSS that is missing a closing bracket }.

WordPress and GB don't have the ability to modify your custom CSS in Simple CSS - otherwise our support forum would be flooded with angry people today ;)

Fixed!
You're the man 🙌
Gracias amigo.

No problem :)

This archived topic is closed to new replies.