Cam2 Member Oct 17, 2011 #1 I would like to place an ad image on the right side inline with the logo in the header. Any help would be appreciated. Thanks in advance. Scott
I would like to place an ad image on the right side inline with the logo in the header. Any help would be appreciated. Thanks in advance. Scott
P Paul B XenForo moderator Staff member Oct 17, 2011 #2 Use the ad_header template. Upvote 0 Downvote
Cam2 Member Oct 17, 2011 #3 Thanks Brogan, what code should I use to place it to the right and inline with the logo? Scott Upvote 0 Downvote
P Paul B XenForo moderator Staff member Oct 17, 2011 #4 Wrap your ad code in a div using float:right. <div style="float: right"> ad code here </div> Upvote 0 Downvote
Blue Well-known member Oct 17, 2011 #6 If you need to adjust the height something like this will work. <div style="float: right; position: relative; top: 35px;"> Upvote 0 Downvote
If you need to adjust the height something like this will work. <div style="float: right; position: relative; top: 35px;">