yodam1
Hi
Site is opening but there is no ad showing http://prntscr.com/qdc1t5
maybe your campaign expired. create a campaign for clicks.
On smartphone space beetween Ads
yodam1
Hi
Impression counts work on each page refresh, about the issue i shared details in previous post its something on your server side that could not be controlled as same issue not replicated on localhost.
Add this code in custom.css file about the topic subject issue
#ijoomlazone226 .rotating_zone{min-height:auto!important;}
- Edited
Hi,
1) Is not working:
2) The impression problem is because the are internet bots that navigate my site. The hosting support putted some protections, but I ask if it's possible to add some javascript protections (those bots load the page and when they load a page impression is added). This is a common problem on internet:
https://clearcode.cc/blog/rtb-online-advertising-fraud/ (read the point #6)
Thanks!
yodam1
HI
The side space is not from ads you select the columns view and it will divide it like this http://prntscr.com/qelma4
The code for height is working fine.
About other issue, i am afraid its something could not be controlled.
Ninja Hi,
With many attempt (I don't know css) I did:
.mod_ijoomlazone [class*="span"] {
margin-top: 0 !important;
margin-right: 0 !important;
margin-bottom: 0 !important;
margin-left: 0 !important;
float: left!important;
box-sizing: border-box;
min-height: 105px !important;
padding-left: 0px !important;
padding-right: 0px !important;
}
Do you think it's a good solution or can generate problems?
Thanks!
Hi,
At the end I did:
#ijoomlazone226 [class*="span"] {
padding-left: 0px !important;
padding-right: 0px !important;
}
that seem working. What you think about?
Thanks!
Thanks!