Hi,
Can I adjust the space between the two banner ads to a fixed value?
Hi vibed!
Can you please post the link to your page and point out the changes you would like to make?
Cheers!
Yigit
Hi Yigit,
my site is still under construction, but attached a screenshot. I placed a 300px width banner ad above the advertising area. Now I’d like to set the space between banner 1 and banner 2 to 50px to align the edge of banner 2 with the edge of the 300px ad above, as 125px * 2 + 50px equals my 300px width of the big banner. I think this would be the best solution to align them, but maybe you have a better idea. Maybe it’s possible to give the widget 300px in total and align banner 1 left and banner 2 right. So the space would still be responsive.
Hey!
Try adding this code to the Quick CSS:
.avia_partner_widget .avia_partner1 {
margin-right: 5%;
}
.avia_partner_widget a, .avia_partner_widget a:hover{
width: 45%;
}
Cheers!
Josue