Hey there, I've been trying to use Amazon's native shopping ads but I've run into an issue. It seems like they won't load properly when embedded into a Div. I've tried editing the ID in CSS to include properties like:
#amazon-id-here {
display: flex;
align-items: center;
justify-content: center;
}
However, when I do this, the ad breaks and won't load. I also attempted to add a new class with these parameters but it didn't work either. Is it possible that these ads are not allowed to be edited in this way? Any insights would be appreciated. Thank you.