Hi there,
There is an 8% padding to the left and the right of the image with hotspots with !important on it so I can’t seem to get rid of the padding.
Is there a way without FTP access for me to override this?
Thanks,
Matt
Hi Matt!
Can you please post a screenshot and show the changes you would like to make?
There is no padding on my end on hotspot element [screenshot in private field]
Regards,
Yigit
Sorry, I forgot to mention it’s only on mobile.
Any ideas?
Thanks,
Matt
Hey!
Please add following code to Quick CSS in Enfold theme option under General Styling tab
@media only screen and (max-width: 767px) {
#homegrid .flex_cell:nth-child(2) {
width: 100%!important;
max-width: 100%!important;
padding: 0!important;
margin: 0!important;
}}
Best regards,
Yigit
sadly, didn’t work :/
Managed to fix it, I didn’t notice the id class was what had the padding assigned to it, I must have done that while it was local. It’s fixed now anyway, thanks for the help.