Footer sticky image ads not responsive
-
Hello Thomas ,
I have the issue to this thread although I am using an external image through manual HTML code.
Advanced Ads Pro: 2.4.1
Advanced Ads – Responsive Ads: 1.8.8
Advanced Ads – Sticky Ads: 1.7.9Not sure if it’s because the AdvancedAds Pro plugins versions are outdated (Licenses expired) but the issue is that the image banner (728×90) will not rescale upon resizing windows or on mobile devices, so it looks cut off in those case scenarios, other placements such as in the Widgets are not adjusting size wise either, this has not happened before even on a not so responsive theme, yet now I’m using a fully responsive theme and this issue is taking place.
Troublehsooting:
Responsive Image Ads: Turned On and Off = no change
Reload ads on resize: Turned On and Off = no change
Fallback width: I set it to 728 instead of the default 768, to no availI tried adding p and di alignments to no avail
<p align="center"> <a href="https://www.domain.com/" target="_self" rel="noopener"><img src="https://www.external-domain.com/images/image-name.jpg" /></a></p> <div align="center"> <a href="https://www.domain.com/" target="_self" rel="noopener"><img src="https://www.external-domain.com/images/image-name.jpg" /></a></div>
I noticed in Developer tools that a “left” alignment is created and adjusts depending on the window size, why not just create margin alignments and set them to 0 if you’re looking to center an image no matter the position?
element.style {
position: fixed;
bottom: 0px;
z-index: 10000;
width: 728px;
left: 353px;
display: block;
}Furthermore, Widget image banners using manual code are not aligning to the center within the widget yet the text label is (Advertisement), so I tried adding the following to the banner codes:
Both case scenarios failed to align the image in the widget.
I would appreciate your feedback
- The topic ‘Footer sticky image ads not responsive’ is closed to new replies.