Tagged: mobile device
Hi!
I’ve installed the theme Enfold with template demo Business Startup Demo.
My problem is that on mobile device is visible the white background and a grey border (see photos),
what can I do?
I’d like to delete the background and the border.
this is the page in question: http://www.lauramichelotti.it/portfolio/
Thank you very much!
Laura
Hey Laura,
Did you manage to resolve this? here’s what i see – http://screencast.com/t/CWuR65zzJLL
Best regards,
Josue
Hi Josue!
I didn’t fix the problem at all :(
In my iphone the background and the border are very visible :(
And now I just see that, in the Mac computer and in the Asus pc, the portfolio grid has AGAIN white background + grey border + overlay with the arrow (see links attached)! I spent hours to try to fix it! This just drive me crazy!
I really need help!
Thank you!
Laura
Hey!
Try adding this code to the Quick CSS:
.grid-image img{
border: 0 !important;
background: transparent !important;
}
Cheers!
Josue
It’s a browser problem: it works only with chrome!
So what kind of code could I put in css to resolve this problem?
Thank you!
Laura
Hi,
It’s the box-shadow property. Please use this:
.grid-entry .inner-entry {
box-shadow: none !important;
}
Best regards,
Ismael
Doesn’t work
Hi,
The borders are gone when we checked the page today. Please remove browser cache or hard refresh the page.
Best regards,
Ismael
Hi
After I put this line of css it worked
.grid-entry .inner-entry {
background: transparent !important;
}
Hi,
Glad we could help :) To know more about enfold features please check – http://kriesi.at/documentation/enfold/
Thank you for using Enfold :)
Best regards,
Vinay