Hi;
this is bottom of my site.(link1)
my desktop pic is seeing perfectly (link1) but in mobile or tablet they are like these (link2)(link3)
how can i make my mobile images look like the one in desktop
thanks.
Hey ygzndc,
So you would like the bee to be visible in all screens? Please provide admin info if possible, so I can access the quick css and work this out for you.
Best regards,
Jordan Shannon
please.
thanks.
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
@media only screen and (max-width: 767px) {
#bulten {
background-size: contain;
}}
Best regards,
Yigit
it works for mobile.
but it is the same in tablets.
can we make it happen too for tablets?
thanks.