JamesBrown Well-known member Jun 28, 2014 #1 How might I lose this gap, so the advert sits lower? Thanks. http://www.motorhomefun.co.uk/forum/
P Paul B XenForo moderator Staff member Jun 28, 2014 #2 See the last entry here: http://xenforo.com/community/threads/frequently-asked-questions.5183/#post-181037 Adjust the CSS to suit. Upvote 0 Downvote
See the last entry here: http://xenforo.com/community/threads/frequently-asked-questions.5183/#post-181037 Adjust the CSS to suit.
JamesBrown Well-known member Jun 28, 2014 #3 Thanks Brogan, I tried that with no joy. I'm using a rotating Adds Mod but its still showing top vertical alignment. Any ideas where I may be messing up? Thanks. Upvote 0 Downvote
Thanks Brogan, I tried that with no joy. I'm using a rotating Adds Mod but its still showing top vertical alignment. Any ideas where I may be messing up? Thanks.
P Paul B XenForo moderator Staff member Jun 28, 2014 #4 Have you changed it? It's still showing as the old code for me. Upvote 0 Downvote
JamesBrown Well-known member Jun 28, 2014 #5 Sorry I only had that extra code wrapped around one of four adverts. The other adverts are disabled now so you should see that code. Upvote 0 Downvote
Sorry I only had that extra code wrapped around one of four adverts. The other adverts are disabled now so you should see that code.
P Paul B XenForo moderator Staff member Jun 28, 2014 #6 Looks like the add-on doesn't like the Xen template syntax. You will need to convert that to actual values based on your logo height set in SPs. Upvote 0 Downvote
Looks like the add-on doesn't like the Xen template syntax. You will need to convert that to actual values based on your logo height set in SPs.
JamesBrown Well-known member Jun 28, 2014 #7 Brogan said: You will need to convert that to actual values based on your logo height set in SPs. Click to expand... Hi Brogan what's an SP? What might the code say in the advert was 468 by 60 px. Thankss Upvote 0 Downvote
Brogan said: You will need to convert that to actual values based on your logo height set in SPs. Click to expand... Hi Brogan what's an SP? What might the code say in the advert was 468 by 60 px. Thankss
P Paul B XenForo moderator Staff member Jun 28, 2014 #8 Style Property. The CSS references the logo header height SP. You will need to edit it to hard code the values. Upvote 0 Downvote
Style Property. The CSS references the logo header height SP. You will need to edit it to hard code the values.
JamesBrown Well-known member Jun 29, 2014 #9 Thanks. This did it for me in the end <div style="height:75px; margin-top: 17px; float: right;"> <a href="http://www.xxxxco.uk/"> <img src="http://www.xxxxxxxxxxco.uk/ads/comfort468x60v3.gif" width="468" height="60"/> </a> </div> Upvote 0 Downvote
Thanks. This did it for me in the end <div style="height:75px; margin-top: 17px; float: right;"> <a href="http://www.xxxxco.uk/"> <img src="http://www.xxxxxxxxxxco.uk/ads/comfort468x60v3.gif" width="468" height="60"/> </a> </div>